Skip to content

Spandan-m-28/PassManager

Repository files navigation

Password Manager

This is a simple password manager web application built with React. It allows you to store, update, and delete website credentials (URLs, usernames, and passwords). The data is stored in a backend server that accepts API requests to handle the data operations (CRUD: Create, Read, Update, Delete).

Features

  • Add new passwords and credentials
  • Edit existing credentials
  • Delete credentials
  • Copy credentials (URL, username, or password) to the clipboard
  • Data is stored on a backend server (simulated with a REST API)

Technologies Used

  • React: A JavaScript library for building user interfaces.
  • Tailwind CSS: A utility-first CSS framework used for styling.
  • UUID: A library used to generate unique identifiers for each entry.
  • Backend API: A simple REST API running on http://localhost:3000/ for CRUD operations (Create, Read, Update, Delete).
  • Lord Icon: For interactive icons used in the UI.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published