Password Reset Flow Project This project implements a password reset flow using the MERN stack, allowing users to reset their passwords via email verification.
Features Forget Password: Users can request a password reset by entering their email address. Email Verification: An email with a password reset link is sent to the user's registered email. Reset Password: Users can reset their password by clicking on the emailed link and entering a new password.
Technologies Used Frontend: React, React Router, Axios, React Toastify Backend: Node.js, Express, MongoDB, Nodemailer, JWT
Usage Forget Password Page: Navigate to /forget-password. Email Verification: Check your email inbox for the password reset link. Reset Password Form: Click on the link to reset your password.