DEV Community

Somanath Goudar
Somanath Goudar

Posted on • Updated on

Build A Password Generator with React JS - react-toastify - Beginners Tutorial

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)

Collapse
 
jackiepuppet profile image
jackiepuppet

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.

Collapse
 
mafee6 profile image
MAFEE7

Bugs:
Page Froze on 200 Length Password lol

Password Goes Out of Div.
dev-to-uploads.s3.amazonaws.com/up...

Collapse
 
somanathgoudar profile image
Somanath Goudar

lol, have to check for that condition in the generator function then.

Collapse
 
mafee6 profile image
MAFEE7

Wow!