Skip to content

Repository files navigation

Auth Demo App

A minimal authentication demo built with Next.js and deployed on Vercel.

Features

  • User registration and login
  • Protected routes
  • Persistent sessions
  • Logout functionality

Tech Stack

  • Next.js (App Router)
  • Server-side auth logic (credentials-based)
  • CSS for layout and styling

Usage

  1. Clone the repo
  2. Install dependencies: npm install
  3. Add environment variables in .env.local
  4. Run locally: npm run dev
  5. Deploy via Vercel

About

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages

Generated from AlofBronco/08-zustand