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

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

Awesome Lists containing this project

README

        

# School Management Dashboard Frontend
![image](https://github.com/user-attachments/assets/94278d17-5e50-42be-8c74-e87bff4a1352)

## 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.