-Add Passwords: Users can add new password entries with details like site name, username, and password.
-View Passwords: All saved passwords are displayed in a list.
-Delete Passwords: Users can remove unwanted password entries.
-LocalStorage Integration: All password data is stored in the browser's localStorage, ensuring data persistence across sessions.
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh