Skip to content

Latest commit

 

History

History
47 lines (35 loc) · 1.33 KB

File metadata and controls

47 lines (35 loc) · 1.33 KB

Password Manager App

A lightweight and efficient Password Manager built with React, JavaScript, and CSS, designed to store and manage passwords effectively. This project enhances data management, backend logic, and full-stack development skills.

Features

Two Storage Options:

  • Cloud Mode: Uses MongoDB for remote storage.
  • Offline Mode: Stores passwords locally using Local Storage for quick access.

User-Friendly Interface for seamless navigation. Fast & Responsive across all devices. Add, Edit, and Delete passwords with ease.

🛠️ Tech Stack

  • Frontend: React, JavaScript, CSS
  • Backend: Node.js , Express
  • Database: MongoDB (for cloud version)
  • State Management: React Hooks

Installation & Setup

1️⃣ Clone the repository

git clone https://github.com/your-username/password-manager.git
cd password-manager

2️⃣ Install dependencies

npm install

3️⃣ Start the development server

npm run dev

Future Enhancements

Search & Filter functionality
Improved UI/UX for a better experience
Browser extension for autofill support
Custom password categories

Contributing

Contributions are welcome! Feel free to fork the repo, create a pull request, or suggest improvements.