PassMan is a secure and user-friendly password manager built with React. It allows users to store and manage their passwords safely. The application securely saves website URLs, usernames, and passwords with all necessary security measures.
- Secure Storage: All passwords are encrypted and stored securely.
- Password Management: Helps in Managing all the password as it stores locally as well as on database.
- Responsive Design: Fully responsive and works on all devices.
- Easy to Use: Simple and intuitive interface for managing passwords.
Follow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.
Make sure you have the following installed on your system:
- Node.js
- npm (Node Package Manager)
- Clone the repository
git clone https://github.com/reetjain01/PassMan.git
- Navigate to the project directory
cd passMan - Install dependencies
npm install
- Start the development server
npm run dev
- Open your browser and navigate to http://localhost:5173 to see the application running.
- Add New Entry: Add a new password entry by providing the website URL, username, and password.
- View and Manage Entries: View, edit, or delete your saved password entries.
PassMan uses the following measures to ensure the security of your passwords:
- Encryption: All passwords are encrypted before being stored.
- Authentication: User authentication to ensure data privacy.
- Secure Storage: Secure methods are used to store encrypted passwords.
Contributions are welcome! Please fork this repository and submit a pull request for any improvements or bug fixes.
This project is licensed under the MIT License. See the LICENSE file for details.
If you have any questions or suggestions, feel free to contact me at jainreet112@gmail.com.
