- Introduction
- Features
- Technologies Used
- Getting Started
- Installation
- Usage
- Contributing
- License
- Contact
This is a Password Manager application that allows users to securely store and manage their passwords. It provides a user-friendly interface to add, view, and search passwords. The application also allows users to categorize passwords by domain or URL for easier organization.
- Securely store and manage passwords
- Add new passwords with a username, password, and URL
- View and search passwords based on domain/URL
- User-friendly interface for easy navigation
- React.js for the frontend
- Firebase for user authentication
- Node.js and Express.js for the backend
- MongoDB for storing password data
- Axios for making HTTP requests
To get started with the Password Manager application, follow the steps below.
cd client
npm install
cd server
npm install
cd server
npm start
cd client
npm start
Access the application in your web browser at http://localhost:3000.
Contributions are welcome! If you find any issues or have suggestions for improvements, feel free to open a new issue or create a pull request. Please ensure that your code follows the existing code style and conventions.