This repository contains the Tech Care dashboard application built with Next.js and TypeScript. The app provides a user interface for managing and viewing dashboard data.
- Next.js app with server components and pages structure
- Dashboard layout with header, left and right navigation
- TypeScript types and utility functions
- API route for fetching dashboard data
- Next.js
- React
- TypeScript
- ESLint
- PostCSS
src/
app/
globals.css
layout.tsx
page.tsx
api/dashboard/route.ts
dashboard/
Dashboard.tsx
Dashboard.types.ts
Header.tsx
LeftNav.tsx
RightNav.tsx
lib/dashboard/
fetchDashboard.ts
-
Clone the repo:
git clone https://github.com/your-org/tech-care.git cd tech-care -
Install dependencies:
npm install # or yarn -
Run development server:
npm run dev # or yarn dev -
Open http://localhost:3000 in your browser.
npm run build
npm start(Add testing instructions if applicable)
MIT