A simple password generator app created with React JS
- You can click on the password to copy it
- Dark mode
- Live previews
- Cross platform
Clone the project
git clone https://github.com/paulgr98/password-generator.gitGo to the project directory
cd password-generatorInstall dependencies
npm installStart the server
npm start