Passu is a lightweight password generator and manager built with React + Vite, using MongoDB as the backend database. It lets users generate strong passwords and securely store them for future use.
- Generate strong, random passwords
- Save passwords to MongoDB
- Responsive and modern UI (powered by React & Vite)
- Clean code structure for easy customization
- Frontend: React (with Vite)
- Backend: Node.js / Express (optional)
- Database: MongoDB (with Mongoose)
- Node.js (v14+)
- MongoDB database (local or hosted via MongoDB Atlas)
- Clone the repo then
cd passU
- Install all the dependencies
npm i
- Run the server
npm run dev