Skip to content

joe-philip/random_password_generator_react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Random Password Generator

Description

Ramdom password generator creates strong random password for your accounts

Features

  • Choose between type of characters
  • Choose upper case or lower case or you could choose both

Tech Used

CSS3 HTML5 JavaScript Python React

More Details:

Anything else that you want to add for users? You can write it here in markdown and see preview in real time. You can add anything that you want, for example

How to Setup:

  • Step 1: Clone the project using git clone https://github.com/joe-philip/random_password_generator_react.git or git clone git@github.com:joe-philip/random_password_generator_react.git
  • Step 2: cd into project directory using cd random_password_generator_react
  • Step 3: Install npm libraries using npm install
  • Step 4: Run project using npm start

API references

API Method Request Payload Response Payload
joephilip.pythonanywhere.com/random_password POST password-length:int
upper-case:bool
lower-case:bool
numeric:bool
symbols:bool
data:str
message:str
status:bool

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published