A simple password manager web application that allows users to securely store and manage their passwords.
This is a personal practice project built to improve full-stack development skills.
-
Frontend: HTML, CSS, JavaScript (hoặc React/Vue)
-
Backend: PHP (Laravel) / Node.js / Python (Flask)
-
Database: MySQL / MongoDB / SQLite
-
Other: bcrypt (for password hashing), Git
-
User registration, login, and logout
-
Add, update, and delete saved passwords
-
Categorize passwords
-
Copy password to clipboard
-
Password encryption
- Clone the repository:https://github.com/tridat-hoang/password_manager_app.git
- Install dependencies:
- Backend:
composer install/npm install/pip install -r requirements.txt
- Set up database and run migrations
- Start development server:
- Laravel:
php artisan serve - Node.js:
npm start - Flask:
python app.py
Đạt Hoàng Tri – Personal learning project