This project is the frontend for the Authentication App, built with React, Vite, and Tailwind CSS.
It provides authentication flows, including signup, login, email verification, and password reset, along with a branded UI.
git clone https://github.com/Zarfaa/authentication-frontend.git
cd authentication-frontendnpm installnpm run devThe app will be available at 👉 http://localhost:5173
npm run dev → Start dev server with HMR npm run build → Build production bundle
Create a .env file in the root of your project and add: VITE_API_BASE=http://localhost:5000/api
- React + Vite → Fast frontend development
- Tailwind CSS → Utility-first styling
- Axios → API calls
- React Router → Routing