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

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

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.