Password Generator made with React.js 🔑
Go to website
·
Report Bug
A password generator made with React.js and developed to participate in the Hackaton "Hacktoberfest 2022" organized by @midudev.
This project was built using these technologies:
- React.js
- CSS Modules
- Deployed on Netlify
- 🚀 Create a high customizable password
- ⚡ Copy password to clipboard
If you want to try this project, clone down this repository. You will need node.js
and git
installed globally on your machine.
- In the project directory, run:
npm install
- After, you can run:
npm run dev
This will run the app in the development mode. Open http://localhost:3000 to view it in the browser.
Give a ⭐ if you like this project. Thanks!