A Password Manager built using React (Vite), Tailwind CSS, Express, and MongoDB Compass. This project helps users store and manage their passwords securely.
šØ This project does not have login/logout functionality. Since passwords are stored without user authentication, it is not safe for hosting as passwords may be merged or accessed by unauthorized users.
/pwdmgr
āāā /frontend # React + Tailwind UI
āāā /backend # Express.js API + MongoDB
āāā package.json # Dependencies
āāā README.md # Project documentation
git clone https://github.com/raj-singhh/pwdmgr.git
cd pwdmgr
cd frontend
npm install
npm run dev
cd backend
npm install
npm start
š” Note: Since this project lacks authentication, storing sensitive passwords is not recommended. Future updates will focus on security improvements.