An open API service indexing awesome lists of open source software.

https://github.com/hawkpraveen/password_reset_front_end

This repo contains NodeJS Day 3 Task of MERN Stack. Password Reset Flow Front End.
https://github.com/hawkpraveen/password_reset_front_end

axios-react bootstrap5 crud-operation netify react-hooks react-router reactjs

Last synced: about 2 months ago
JSON representation

This repo contains NodeJS Day 3 Task of MERN Stack. Password Reset Flow Front End.

Awesome Lists containing this project

README

          

# About the Website

### Built a website where password reset flow is achived with the backend.

### The pages include Sign-In , Sign-Up , Register, Reset , Home (dummy)

### The sign up page includes the fields like User Name , Email , Password.

### The sign in page includes the fields like Email , Password and link to Forgot Password page.

### The Forgot Password Page includes field of Email to send to Reset Password link to Register Page.

### The Reset page includes field of Password and Confirm Password to reset password.

### 🔖Endpoints

### ➡️ Login User
### URL - https://forgot-password-node-js.netlify.app/Login-user

### ➡️ Register User
### URL - https://forgot-password-node-js.netlify.app/register-user

### ➡️ Forgot Password
### URL - https://forgot-password-node-js.netlify.app/forgot-password

### ➡️ Reset Password
### URL - https://forgot-password-node-js.netlify.app/reset-password/:id/:token

## BASE URL - https://forgot-password-node-js.netlify.app/