Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 696 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 696 Bytes

Password Generator

A simple, secure, and customizable password generator built with Next.js and Material UI. Generate strong passwords without ads or cookies, unlike other tools such as LastPass.

Screenshot 1

Getting Started

Follow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.

Installation

  1. Clone the repository:

    git clone https://github.com/liketurbo/password-generator.git
    cd password-generator
  2. Install dependencies:

    pnpm install

Running the App

Start the development server:

npm run dev