Skip to content

webix-hub/student-dashboard-demo

Folders and files

NameName
Last commit message
Last commit date
Jun 22, 2018
Jun 28, 2022
Jun 22, 2018
Jan 18, 2021
Dec 31, 2020
Dec 31, 2020
Jun 22, 2018
Jan 18, 2021
Jan 5, 2021
Jun 28, 2022
Jun 22, 2022
Jan 18, 2021
Jan 5, 2021

Repository files navigation

Webix Dashboard for Teachers

This is a demo dashboard for teachers. It shows the list of students and their statistics: total grades, grades per subject, average grades and individual achievements.

The demo was built with Webix UI library and the Webix Jet framework.

How to run

  • run npm install or yarn install
  • run npm start or yarn start
  • open http://localhost:8080

For more details, check https://www.gitbook.com/book/webix/webix-jet/details

Other commands

Run lint

npm run lint

or

yarn run lint

Build production files

npm run build

or

yarn run build

After that you can copy the "codebase" folder to the production server.

License

MIT