PassGen is a password generator built with TypeScript and React. It allows users to generate secure passwords with options to include special characters and specify the length of the password.
- TypeScript
- Next.js
You can access the website at https://passgen.demwe.me/
To set up the project locally, follow these steps:
- Clone the repository
- Install the dependencies using
npm install
- Start the development server using
npm run dev