Go to file
SnippetsX f4b48eaaad
All checks were successful
Testing Example / build-and-test (push) Successful in 2m6s
Merge branch 'dev'
2024-11-30 01:35:43 +03:00
.gitea/workflows fixed dev 2024-11-23 00:24:00 +03:00
.vscode added main login code 2024-10-14 00:19:06 +03:00
public created dev branch where stored experimental eatures 2024-11-22 23:54:10 +03:00
screenshots added working login page 2024-11-06 00:38:03 +03:00
src Add DashboardReports and WidgetReport components; update AppBar title with build tag 2024-11-30 01:29:42 +03:00
.gitignore Merge branch 'dev' 2024-11-30 01:35:43 +03:00
authtoken.json updated ci/cd 2024-11-12 12:11:59 +03:00
database.sql Add DashboardReports and WidgetReport components; update AppBar title with build tag 2024-11-30 01:29:42 +03:00
generate-buildno.js Added version 2024-11-07 23:57:51 +03:00
generatetoken.js created dev branch where stored experimental eatures 2024-11-22 23:54:10 +03:00
package-lock.json updated babel 2024-11-12 23:50:49 +03:00
package.json updated babel 2024-11-12 23:50:49 +03:00
README.md Update README.md 2024-11-20 20:13:37 +03:00

Admin Dashboard writed on React

Gitea Workflow Badge Static Badge Static Badge

This project is a simple admin panel designed for managing servers.
It utilizes Material UI for the user interface components.

Screenshots

Image Image

How to run

To run the project, you can download/clone the repository and use these commands to run:

npm install
npm start

or build:

npm install
npm run build

You can also download it from Releases page