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
useStatehooks - Use of
useEffecthook in ReactJS. - Also how to copy text and handle error are shown.
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!