Go to file
SnippetsX 5b50fc362e
All checks were successful
Testing Example / build-and-test (push) Successful in 2m21s
Merge branch 'master' of https://git.lcsa.ru/snippetsx/admin_dashboard_react
2024-11-21 23:21:09 +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 hover color edit. 2024-11-21 23:19:54 +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