Skip to content

A simple password generator and management dashboard built during GHW Security using React.js.

Notifications You must be signed in to change notification settings

kapooraryan/password-generator

Repository files navigation

Password Generator

Essentials

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

Usage

  1. Clone the repository (after a fork) to your local machine:
    git clone https://github.com/yourusername/password-manager.git
  2. Navigate to the project directory:
    cd password-manager
  3. Install dependencies
    npm install
  4. Run the application
    npm run dev

Tech Stack (Frontend)

Note: This project was built as part of GHW Security following UT's tutorial