Go to file
SnippetsX 1eece4f160 added database struct
updated index.html with minor changes
added fully working logout option
Added Working Settings Page
Added blank option for the Terminal Page
Edited icons and options in Dashboard
Added blanks for subroutes
Added redirect from root to dashboard
2024-11-03 01:35:38 +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
src added database struct 2024-11-03 01:35:38 +03:00
.gitignore added main login code 2024-10-14 00:19:06 +03:00
database.sql added database struct 2024-11-03 01:35:38 +03:00
package-lock.json fixed login 2024-11-01 23:35:01 +03:00
package.json fixed login 2024-11-01 23:35:01 +03:00
README.md fully fixed login option for session. 2024-11-02 01:20:27 +03:00
server.js fixed login 2024-11-01 23:35:01 +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.
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