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.
Follow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.
-
Clone the repository:
git clone https://github.com/liketurbo/password-generator.git cd password-generator
-
Install dependencies:
pnpm install
Start the development server:
npm run dev