A React-based authentication system featuring signup, login, password reset, OTP verification, and protected dashboard routing.
- User Signup & Login
- Password Reset via Email
- OTP Verification for secure access
- Protected Dashboard Route
- Context-based Authentication State
- Responsive UI
- Node.js (v16+ recommended)
- npm
npm install
npm start
The app runs at http://localhost:3000.
npm test
MIT