An open API service indexing awesome lists of open source software.

https://github.com/Mitali-Juvekar/chart-frontend


https://github.com/Mitali-Juvekar/chart-frontend

daisyui nextjs nextjs14 tailwindcss typescript vercel vercel-deployment

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

Backend source code: https://github.com/Mitali-Juvekar/chart_project

This is the front end of a project. This project uses Nextjs, Typescript, DaisyUI, TailwindCSS, and ChartJS for the frontend and Django for the backend. Data is hardcoded and adding a db like postgres could be a future scope.

This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app).

## Getting Started

First, run the development server:

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.

This project uses [`next/font`](https://nextjs.org/docs/app/building-your-application/optimizing/fonts) to automatically optimize and load [Geist](https://vercel.com/font), a new font family for Vercel.

## Deploy on Vercel