Skip to content

Ubademy-G3/password.reset.web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Password Recovery Web Service

CI

Service dedicated to resetting passwords in case a user has forgotten them

Directory structure

├── LICENSE
├── package.json
├── package-lock.json
├── public
│   ├── apple-touch-icon.png
│   ├── favicon-16x16.png
│   ├── favicon-32x32.png
│   ├── favicon.ico
│   ├── index.html
│   ├── logo192.png
│   ├── logo512.png
│   ├── manifest.json
│   └── robots.txt
├── README.md
└── src
    ├── App.css
    ├── App.jsx
    ├── components
    │   ├── HeaderBar.jsx
    │   └── index.js
    ├── index.css
    ├── index.jsx
    ├── resetpassword.css
    ├── ResetPassword.jsx
    └── Routes.jsx

Tech Stack

  • React.js (as a JavaScript library for building user interfaces)
  • CSS

Local Environment

Requirements

  • NodeJS
  • npm

Environment Variables

REACT_APP_GATEWAY_URL={your_url_here}

Install Dependencies

npm install

Run application

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

You can try it out at https://password-reset-app.herokuapp.com/{id}/{token}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published