Go to file
SnippetsX a73a511fa4 added working login page
added login page wrong pass animation
added backend connect with db
added backend support for system monitor
added perms check
added sha256 hashing
updated readme.md
added screenshots
fully db
2024-11-06 00:38:03 +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 added working login page 2024-11-06 00:38:03 +03:00
.gitignore added working login page 2024-11-06 00:38:03 +03:00
database.sql added working login page 2024-11-06 00:38:03 +03:00
package-lock.json added working login page 2024-11-06 00:38:03 +03:00
package.json added working login page 2024-11-06 00:38:03 +03:00
README.md added working login page 2024-11-06 00:38:03 +03:00
test.js added working login page 2024-11-06 00:38:03 +03:00

Admin Dashboard writed on React

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

Static Badge Static Badge