Password Generator Using Reactjs,API,Nodejs,Expressjs

Bandi Shanmukhi Jul 28, 2023

It is a website that generates passwords with specified requirements like length, excluding or including numbers, special characters

I have built this website using technologies like Reactjs, CSS for frontend, Nodejs, and Expressjs for backend, used Password-generator API for random password generation, and Axios for communication between frontend and backend.

How to run:

1. Open git bash in the frontend folder and run

npm install

npm start

2. Open git bash in the backend folder and run

npm install

nodemon node.js

About Project:

On the main page you have to enter the length of password required, by default length is 16. If you want to exclude numbers or special characters you can set them to true. Click Generate password to get the password.

Page:

Main page

 

Project Files

Loading...
..
This directory is empty.

Comments (0)

Leave a Comment