This repository contains the frontend for Calendar Life, built with Next.js.
This project exists primarily for studying and practicing Next.js (routing, components, data fetching patterns, styling, etc.).
- Next.js (React)
- TypeScript
- Node.js / npm (or yarn / pnpm)
npm installnpm run devThen open:
http://localhost:3000
npm run dev # start dev server
npm run build # production build
npm run start # run production server
npm run lint # lint (if configured)- This is a learning-focused frontend repo; structure and features may change as I experiment with Next.js.
Add a license if/when you want (MIT, Apache-2.0, etc.).