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).
- 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)
- 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.