https://github.com/santhoshs50/password_reset_fe
Password_Reset_FE
https://github.com/santhoshs50/password_reset_fe
axios bootstrap reactjs
Last synced: 2 months ago
JSON representation
Password_Reset_FE
- Host: GitHub
- URL: https://github.com/santhoshs50/password_reset_fe
- Owner: SanthoshS50
- Created: 2024-02-07T15:35:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-12T05:59:20.000Z (over 2 years ago)
- Last Synced: 2025-03-18T08:29:01.459Z (over 1 year ago)
- Topics: axios, bootstrap, reactjs
- Language: JavaScript
- Homepage: https://password-reset-fe-liart.vercel.app
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PASSWORD RESET TASK FRONTEND
This is the Task for NodeJS DAY_5
This codebase is a React application that provides user authentication features like signing up, signing in, forgot password, and resetting password. It utilizes React Router for navigation, Axios for handling API requests, and React Toastify for displaying toast notifications. The application follows a client-server architecture, with routes for home, signup, signin, forgot password, and reset password functionalities. It also includes form validations using schema, state management with React hooks, and implements a session-based authentication system using JWT tokens stored in sessionStorage.