Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 675 Bytes

File metadata and controls

16 lines (11 loc) · 675 Bytes

Password Generator

The Password Generator project is a fun project which shows the usecase of some concept in ReactJS.

  • Multiple Checkbox Handling.
  • Managing Complex logic to generate random password
  • Use and manage multiple nested useState hooks
  • Use of useEffect hook in ReactJS.
  • Also how to copy text and handle error are shown.

File Contents

For now all the necessary components, functions and logics are managed inside PasswordGenerator.jsx file.and the css are contained inside password-generator-style.css

also there is a data.json which is the main source and feeding requied data into the PasswordGenerator.jsx component.

Happy Learning!