A simple and secure password management app built with React Native and Expo.
- quickly generate strong passwords up to 32 characters long,
- add, view, edit and delete saved passwords,
- import and export all passwords as CSV files,
- secure storage using Expo SecureStore,
- multi-language support.
-
Clone this repository
git clone git@github.com:f1shuu/quickpass.git
-
Install dependencies
npm install
-
Start the project
npx expo start
You can download the latest Android APK from the Releases page.
- React Native,
- Expo,
- React Navigation,
- Expo SecureStore.
This project is licensed under the MIT License.


