Skip to content

A simple application built with NextJS to generate secure passwords of various complexities.

License

Notifications You must be signed in to change notification settings

tirmazi2/next-passgen

Repository files navigation

Next PassGen

Next PassGen or Password Generator is a software that generates random or personalized passwords for users. It assists users in creating stronger passwords that are more secure for a certain sort of access.

Setup

Get the code by either cloning this repository using git

git clone https://github.com/tirmazi2/next-passgen.git

... OR downloading source code code as a zip archive.

Once downloaded, open the terminal in the project directory, and install dependencies with:

npm install

Then start the app with:

npm run dev

or with yarn

yarn dev

The app should now be up and running at http://localhost:3000 🚀

About

A simple application built with NextJS to generate secure passwords of various complexities.

Resources

License

Stars

Watchers

Forks