I have also added react toastify notifications in this project.
Build Password Generator using React JS. In this Video we will be building a password generator using React JS. It will be able to generate a strong password by generating a random sequence of uppercase letters , lowercase letters, numbers and special Characters.
Hope You Guys Enjoyed the Video. Like Share Comment and Subscribe to my channel for more videos like these.
Code:
https://github.com/somanath-goudar/react-password-generator
Working Demo:
https://react-password-gen.netlify.app/
You may also like my other posts:
Top comments (4)
Great beginner tutorial. Most react tutorials I've seen try to show off components so they are splitting everything up into multiple components as well as using JSX and typescript. This was a great starting point for someone with basic Js skills into creating a react program and using state.
Bugs:
Page Froze on 200 Length Password lol
Password Goes Out of Div.
dev-to-uploads.s3.amazonaws.com/up...
lol, have to check for that condition in the generator function then.
Wow!