A full-stack authentication system with Express.js Backend + React Frontend, featuring user signup, login, email verification, and password reset functionality.
- User registration (signup)
- Email verification
- User login
- Password reset (forgot password flow)
- Protected routes
- Dashboard for authenticated users
- Loading spinner for auth checks
- JWT authentication
- Email verification
- Password reset tokens
- Protected API routes
- User management
- Clone the repository
git clone https://github.com/your-repo/mern-auth.git cd mern-auth