Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rody-huancas/next-dashboard-ui
School Management Dashboard - NextJS
https://github.com/rody-huancas/next-dashboard-ui
nextjs react recharts tailwindcss typescript
Last synced: 2 days ago
JSON representation
School Management Dashboard - NextJS
- Host: GitHub
- URL: https://github.com/rody-huancas/next-dashboard-ui
- Owner: rody-huancas
- Created: 2024-10-08T17:45:17.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2024-11-01T21:57:58.000Z (14 days ago)
- Last Synced: 2024-11-01T22:18:23.900Z (14 days ago)
- Topics: nextjs, react, recharts, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://next-dashboard-ui-nine.vercel.app
- Size: 209 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# School Management Dashboard - NextJS
## 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.
## Learn More
To learn more about Next.js, take a look at the following resources:
- [Next.js](https://nextjs.org/learn)