Go to file
SnippetsX 65e8404592
All checks were successful
Testing Example / build-and-test (push) Successful in 1m57s
Refactored all pages available right now for more readability
Added Sidebar.js where stored all sidebars for this project
Added AppBar.js where stored all appbars for this project
2024-11-22 22:20:29 +03:00
.gitea/workflows updated ci 2024-11-19 20:09:35 +03:00
.vscode added main login code 2024-10-14 00:19:06 +03:00
public added database struct 2024-11-03 01:35:38 +03:00
screenshots added working login page 2024-11-06 00:38:03 +03:00
src Refactored all pages available right now for more readability 2024-11-22 22:20:29 +03:00
.gitignore added working login page 2024-11-06 00:38:03 +03:00
authtoken.json updated ci/cd 2024-11-12 12:11:59 +03:00
database.sql added working login page 2024-11-06 00:38:03 +03:00
generate-buildno.js Added version 2024-11-07 23:57:51 +03:00
generatetoken.js added dev login 2024-11-12 01:35:39 +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