- Find the logic for the password generator in the utils.js file.
- The words array makes use of airline names from Faker.
- The notifications for the application are sent out using react-hot-toast.
- The passwords are saved to IndexedDB using Dexie.js.
- Clone the repository (after a fork) to your local machine:
git clone https://github.com/yourusername/password-manager.git
- Navigate to the project directory:
cd password-manager
- Install dependencies
npm install
- Run the application
npm run dev
Note: This project was built as part of GHW Security following UT's tutorial