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 |
||
|---|---|---|
| .vscode | ||
| public | ||
| src | ||
| .gitignore | ||
| database.sql | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| server.js | ||
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