Password Manager is a secure and user-friendly web application built with the MERN stack (MongoDB, Express.js, React, Node.js). It allows users to manage their passwords efficiently, ensuring data security and accessibility.
- 📁 Password Storage: Save and manage multiple passwords with associated details.
- 🔍 Search Functionality: Quickly find saved passwords.
- ✏️ Edit & Delete: Update or remove existing password entries.
- 📱 Responsive Design: Optimized for both desktop and mobile devices.
Technology | Description |
---|---|
React | Frontend library for building UI |
Node.js | JavaScript runtime environment |
Express.js | Web framework for Node.js |
MongoDB | NoSQL database for data storage |
Mongoose | ODM for MongoDB |
Vite | Build tool for frontend development |
- Node.js and npm installed
- MongoDB instance running
- Clone the repository:
git clone https://github.com/mr-coder-raj/PassWord-Manager_React-MongoDB-ExpressJS-NodeJS.git
cd PassWord-Manager_React-MongoDB-ExpressJS-NodeJS
cd backend
npm install
MONGO_URI=your_mongodb_connection_string
npm run server
npm install
npm run dev
Open your browser and visit: 👉 http://localhost:5173
Contributions are welcome! If you have suggestions or improvements, feel free to fork this repository and submit a pull request. For major changes, please open an issue first to discuss what you'd like to change.
This project is licensed under the MIT License.
Made with ❤️ by @mr-coder-raj