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
- Host: GitHub
- URL: https://github.com/Mitali-Juvekar/chart-frontend
- Owner: Mitali-Juvekar
- Created: 2024-09-08T16:14:53.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-05T17:07:55.000Z (over 1 year ago)
- Last Synced: 2024-12-20T04:08:50.474Z (over 1 year ago)
- Topics: daisyui, nextjs, nextjs14, tailwindcss, typescript, vercel, vercel-deployment
- Language: TypeScript
- Homepage: https://nextjs-frontend-j8my.vercel.app/
- Size: 192 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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