Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.