ashwin3005 / password-generator

Password generator made with React
MIT License
20 stars 38 forks source link
hacktoberfest open-source

password-generator

Simple password generator made with reactJS and Bootstrap 5. Generates combination of lowercase, uppercase, numbers, and symbols with length range from 4 to 32 as your choice.

Site link: create-your-password.netlify.app

Installation

  1. Fork this repository
  2. Clone your fork down to your local machine
    git clone https://github.com/[YOUR-USERNAME]/password-generator.git
  3. Navigate into the project directory
    cd password-generator
  4. ReactJs Installation (Make sure you already installed Node)
    npm install
  5. Run the program
    npm run start

Hacktoberfest-2022

Hacktobefest PRs are welcome. Hacktoberfest is digitalocean’s annual event that encourages people to contribute to open source throughout october. Much of modern tech infrastructure—including some of digitalocean’s own products—relies on open-source projects built and maintained by passionate people who often don’t have the staff or budgets to do much more than keep the project alive. Hacktoberfest is all about giving back to those projects, sharpening skills, and celebrating all things open source, especially the people that make open source so special.

License

MIT LICENSE

Credits

Reference:
Hacktoberfest-2022-img

Contributors