GitHunt
NA

nanthakumar-m/password_generator-react

A React-based password generator that creates strong, customizable passwords based on user-selected criteria.

πŸ” Password Generator – React

The Password Generator is a React application that creates secure random passwords based on selected options like character length and inclusion of uppercase letters, numbers, and symbols. It’s built to help users generate strong and customizable passwords quickly

This project was developed to understand how to work with form inputs, checkboxes, and conditional logic in React. It also gave experience with generating dynamic output using controlled components and logic-driven UI updates.

πŸ”—πŸ‘‰ click here to see the live demo--> https://nanthakumar-m.github.io/password_generator-react/

🚫 Note: This website is not responsive and is best viewed on desktop screens.

βš™οΈ Technologies Used

  • HTML5
  • CSS3
  • React
  • Vite (Build tool)

πŸ’‘Core Features

βœ… Generates random passwords based on selected criteria

βœ… Options to include uppercase letters, numbers, and symbols

βœ… Allows custom password length selection via input

βœ… Uses checkbox inputs for feature toggling

βœ… Instantly updates the generated password on button click

🎯 What I Gained / Concepts Practiced

βœ… Practiced handling multiple form inputs and checkboxes in React

βœ… Learned how to dynamically build strings based on user-selected options

βœ… Improved logic skills in conditionally generating output

βœ… Understood how to use useState for multiple dynamic elements

πŸ“Έ Screenshots

image

image

image

image

image

image