Password generator app with controls for the returned password length and certain character types. Users can save their password to a .txt or copy on-site from a button press.
This project was launched with Next.js and TailwindCSS. View the official setup docs on the TailwindCSS website.
The following technologies and topics are covered:
git clone https://github.com/lorenz-f/password-generator.git
cd password-generator
npm install
npm run dev