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.
- Host: GitHub
- URL: https://github.com/hawkpraveen/password_reset_front_end
- Owner: Hawkpraveen
- Created: 2024-06-04T16:06:54.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-07T17:22:55.000Z (about 2 years ago)
- Last Synced: 2025-01-11T13:53:59.101Z (over 1 year ago)
- Topics: axios-react, bootstrap5, crud-operation, netify, react-hooks, react-router, reactjs
- Language: JavaScript
- Homepage: https://forgot-password-node-js.netlify.app/
- Size: 62.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/