GitHunt
AN

Ansh101112/cent-frontend

Cent Stage Frontend (Next.js + Tailwind)

Stack

  • Next.js App Router
  • Tailwind CSS
  • SWR for data fetching

Setup

  1. Copy .env.example to .env.local and set NEXT_PUBLIC_API_BASE (default http://localhost:4000).
  2. Install deps:
    • npm install
  3. Run dev server:
    • npm run dev

Open http://localhost:3000

Features

  • List tasks from backend
  • Create tasks
  • Toggle complete/pending
  • Delete tasks

Notes

  • Backend must be running at NEXT_PUBLIC_API_BASE.

Languages

TypeScript95.5%JavaScript3.1%CSS1.4%

Contributors

Created November 18, 2025
Updated November 18, 2025
Ansh101112/cent-frontend | GitHunt