Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 741 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 741 Bytes

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 🚀