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