Generate a completely random password by including different characters to the length of your choice.
Live demo: https://generate-pwd.vercel.app
This project is built with:
To run the project locally make sure NodeJS
is installed.
After you clone the repo
npm install
npm start