Skip to content

Password Manager Web Application using React, Vite & TailwindCSS

Notifications You must be signed in to change notification settings

anishasingh-dev/password-manager

Repository files navigation

🔐 Password Manager Web Application

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.


🚀 Features

  • Add website credentials (site name, username, password)
  • View saved passwords
  • Edit existing credentials
  • Delete credentials
  • Data persistence using browser localStorage
  • Clean and responsive UI

🛠️ Tech Stack

  • Frontend: React
  • Styling: Tailwind CSS
  • Build Tool: Vite
  • State Management: React Hooks
  • Storage: Browser localStorage
  • Backend (Planned): MongoDB

📦 Installation & Setup

Clone the repository

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

📸 Screenshots

Home Page

Home Page

saved Password

Add Password

edit Passwords

Saved Passwords

delete password

Delete Passwords

🧠 Project Motivation

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

🔮 Future Improvements

  • Implement backend using MongoDB

  • Add authentication and encryption

  • Improve UI/UX

  • Deploy the application online

👩‍💻 Author

Anisha B.Tech Computer Science Student

Interests:
Data Structure and Algorithm , Web Development, Open Source, and Problem Solving

About

Password Manager Web Application using React, Vite & TailwindCSS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published