Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 600 Bytes

File metadata and controls

43 lines (28 loc) · 600 Bytes

VFXB-auth

A React-based authentication system featuring signup, login, password reset, OTP verification, and protected dashboard routing.

Features

  • User Signup & Login
  • Password Reset via Email
  • OTP Verification for secure access
  • Protected Dashboard Route
  • Context-based Authentication State
  • Responsive UI

Getting Started

Prerequisites

  • Node.js (v16+ recommended)
  • npm

Installation

npm install

Running the App

npm start

The app runs at http://localhost:3000.

Running Tests

npm test

License

MIT