https://github.com/ltk-mxz/frontend-school-management-system
A frontend school dashboard management system using next.js and react.js
https://github.com/ltk-mxz/frontend-school-management-system
cms dashboard-ui nextjs reactjs school-management-system typescript
Last synced: 3 months ago
JSON representation
A frontend school dashboard management system using next.js and react.js
- Host: GitHub
- URL: https://github.com/ltk-mxz/frontend-school-management-system
- Owner: Ltk-Mxz
- Created: 2024-09-16T12:29:37.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-09-18T05:39:07.000Z (9 months ago)
- Last Synced: 2025-02-27T04:46:35.712Z (3 months ago)
- Topics: cms, dashboard-ui, nextjs, reactjs, school-management-system, typescript
- Language: TypeScript
- Homepage: https://school-management-system-chi-eight.vercel.app/admin
- Size: 226 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# School Management Dashboard Frontend
## 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.