Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/abishek6799/password_reset_frontend

Password_Reset_Using_Frontend
https://github.com/abishek6799/password_reset_frontend

axios react react-icons react-router-dom tailwindcss toastify

Last synced: 21 days ago
JSON representation

Password_Reset_Using_Frontend

Awesome Lists containing this project

README

        

# Password Reset Flow

password reset flow for a web application using React for the frontend and Node.js for the backend. Users can request a password reset via email, and if they are valid users, they will receive a link to reset their password.

# Features

- User can request a password reset link via email.
- Secure token generation for password reset links.
- User-friendly UI.
- Responsive design for all devices.

# Technologies Used

- Frontend: React,Tailwind, Axios, React Router, React Icons
- Backend: Node.js, Express, Mongoose, Nodemailer, Bcrypt, JSON Web Token
- Database: MongoDB
- Deployment: Render (for backend), Netlify (for frontend)