A modern web application built with Next.js and Supabase.
https://www.youtube.com/watch?v=Wt__3WqqY9Q
- Clone the repository
- Navigate to the frontend directory:
cd frontend - Install dependencies:
pnpm install
- Start the development server:
pnpm dev
The application will be available at http://localhost:3000.
- Frontend: Next.js 15, React 19, TypeScript
- UI Components: Radix UI, Tailwind CSS
- State Management: React Hook Form, Zod
- Backend: Supabase
- Package Manager: pnpm
frontend/
├── app/ # Next.js app directory
├── components/ # Reusable UI components
├── hooks/ # Custom React hooks
├── lib/ # Utility functions and configurations
├── public/ # Static assets
├── styles/ # Global styles
└── utils/ # Helper functions
See LICENSE.txt for details.