Skip to content

ahmarif/registration

Repository files navigation

Authentication Frontend (React + Vite)

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.

Getting Started

1️ Clone the Repository

git clone https://github.com/Zarfaa/authentication-frontend.git
cd authentication-frontend

Install Dependencies

npm install

3 Run the Development Server

npm run dev

The app will be available at 👉 http://localhost:5173

Available Scripts

npm run dev → Start dev server with HMR npm run build → Build production bundle

⚙️ Environment Variables

Create a .env file in the root of your project and add: VITE_API_BASE=http://localhost:5000/api

👨‍💻 Tech Stack

  • React + Vite → Fast frontend development
  • Tailwind CSS → Utility-first styling
  • Axios → API calls
  • React Router → Routing

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors