A simple and secure password manager web application built using React , Vite and TailwindCSS .
The application allows users to store, view, and manage login credentials for different websites.
This project currently uses browser localStorage for data persistence.
A MongoDB-based backend version is under development.
- Add website credentials (site name, username, password)
- View saved passwords
- Edit existing credentials
- Delete credentials
- Data persistence using browser localStorage
- Clean and responsive UI
- Frontend: React
- Styling: Tailwind CSS
- Build Tool: Vite
- State Management: React Hooks
- Storage: Browser localStorage
- Backend (Planned): MongoDB
git clone https://github.com/anishasingh-dev/password-manager.git
#Navigate to the project directory
cd password-manager
# Install dependencies
npm install
# Start the development server
npm run dev
# Open the application in your browser:
http://localhost:5173
This project was built to strengthen my understanding of:
-
React component-based architecture
-
State management using hooks
-
Client-side data persistence
-
Real-world CRUD operations in web applications
-
Implement backend using MongoDB
-
Add authentication and encryption
-
Improve UI/UX
-
Deploy the application online
Anisha B.Tech Computer Science Student
Interests:
Data Structure and Algorithm , Web Development, Open Source, and Problem Solving



