Remote symptom-tracking and triage for pediatric oncology camps.
- Next.js - React framework
- Shadcn UI - Component library
- Tailwind CSS - Styling
- TypeScript - Type safety
- Install dependencies:
npm install- Start the development server:
npm run devOpen http://localhost:3000 with your browser to see the application.
src/app/page.tsx- Main pagesrc/app/layout.tsx- Root layoutsrc/components/ui/- Shadcn UI componentssrc/lib/utils.ts- Utility functions