Coders Packet

Password Generator Using Reactjs,API,Nodejs,Expressjs

By Bandi Shanmukhi

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

 

Download Complete Code

Comments

No comments yet

Download Packet

Reviews Report

Submitted by Bandi Shanmukhi (Shanmukhi)

Download packets of source code on Coders Packet