https://github.com/f1shuu/quickpass
A simple password manager and generator.
https://github.com/f1shuu/quickpass
expo javascript mobile-app password-generator password-manager react-native
Last synced: 3 months ago
JSON representation
A simple password manager and generator.
- Host: GitHub
- URL: https://github.com/f1shuu/quickpass
- Owner: f1shuu
- Created: 2025-02-28T19:02:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-09-20T20:11:51.000Z (10 months ago)
- Last Synced: 2025-09-20T22:08:57.236Z (10 months ago)
- Topics: expo, javascript, mobile-app, password-generator, password-manager, react-native
- Language: JavaScript
- Homepage:
- Size: 983 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🔐 QuickPass
A simple and secure password management app built with React Native and Expo.
## ✨ Features
- quickly generate strong passwords up to 32 characters long,
- add, view, edit and delete saved passwords,
- secure storage using Expo SecureStore,
- multi-language support (with more languages incoming in the future),
- light and dark mode (with themes incoming)
## 📲 Installation
1. **Clone this repository**
```bash
git clone https://github.com/f1shuu/quickpass.git
```
2. **Install dependencies**
```bash
npm i
```
3. **Start the project**
```bash
npx expo start
```
## 📦 Download
You can download the latest Android APK from the **Releases** page.
## 🖼️ Screenshots
## 🛠️ Tech Stack
- React Native,
- Expo,
- React Navigation,
- Expo SecureStore.
## 📄 License
This project is licensed under the MIT License.