Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rameshseerangan/forgot-password-app-frontend
forgot-password-app-frontend
https://github.com/rameshseerangan/forgot-password-app-frontend
axios react-router reactjs reacttoastify tailwindcss
Last synced: 6 days ago
JSON representation
forgot-password-app-frontend
- Host: GitHub
- URL: https://github.com/rameshseerangan/forgot-password-app-frontend
- Owner: Rameshseerangan
- Created: 2024-11-09T07:05:17.000Z (11 days ago)
- Default Branch: main
- Last Pushed: 2024-11-09T07:11:52.000Z (11 days ago)
- Last Synced: 2024-11-09T08:19:19.819Z (10 days ago)
- Topics: axios, react-router, reactjs, reacttoastify, tailwindcss
- Language: JavaScript
- Homepage: https://forgot-password-app-frontend.vercel.app
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React + Vite
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh# 🛠️ Tech Stack
React.js
Axios
React Router
Tailwind CSS
React Toastify
# 📌 Features
User Registration
User Login
Forgot Password
Reset Password
# 🌐 Backend API
Make sure to run the backend server from Backend Repository before using the frontend.# 📝 Usage
1. Register a New User
Go to the /register page.
Fill in your name, email, and password.
Click on the "Register" button.
2. Login
Go to the /login page.
Enter your email and password.
Click on the "Login" button.
3. Forgot Password
Go to the /forgot-password page.
Enter your registered email to receive a password reset link.
4. Reset Password
Use the link sent to your email to reset your password.