Skip to content

shwetap3000/Password-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔐 Password Manager (React Only)

A simple and elegant password manager built using React. Easily store, display, and manage your password and username.

🚀 Features

  • 📥 Save passwords (site name, email/username, and password)
  • 📋 Display saved passwords below the form
  • 🗑️ Delete individual entries
  • ✨ Clean and responsive UI with styled components and CSS

📦 Tech Stack

  • React.js
  • CSS (for styling)

⚙️ Setup Instructions

1. Clone the repository

git clone https://github.com/shwetap3000/Password-Manager.git
cd password-manager-react

2. Install dependencies

npm install

3. Start the development server

npm start

App will run on http://localhost:3000

🧪 Usage

  1. Enter website/app name, username/email, and password in the form.
  2. Click Save to store the password locally.
  3. View your saved passwords listed below.
  4. Use the Delete button to remove any entry.

🛡️ Notes

  • This app does not use a backend — all data is stored in the browser's localStorage.
  • Ideal for learning or prototyping — not meant for production usage or real credentials.

📁 Folder Structure

password-manager-react/
├── node_modules/
├── public/
│   ├── index.html
│   ├── manifest.json
│   └── robots.txt
├── src/
│   ├── components/
│   │   ├── PasswordForm.js
│   │   └── PasswordList.js
│   ├── App.css
│   ├── App.js
│   ├── App.test.js
│   ├── index.css
│   ├── index.js
│   ├── reportWebVitals.js
│   └── setupTests.js
├── .gitignore
├── package-lock.json
├── package.json
└── README.md

🙌 Author

  • Sweta Prasad (SY B.Tech Computer Engineering Student)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published