Ramdom password generator creates strong random password for your accounts
- Choose between type of characters
- Choose upper case or lower case or you could choose both
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
- Step 1: Clone the project using
git clone https://github.com/joe-philip/random_password_generator_react.git
orgit 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 | 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 |