The Web Dashboard for Project Draco
Built with React, Material-UI, React Router. No jQuery and Bootstrap!
This demo version has auth off; Please use any credentials to log in.
- React (16.8.6)
- React Hooks
- React Context
- No jQuery and Bootstrap!
- Mobile friendly layout (responsive)
- Create-react-app under the hood
- React Router v5
- Material-UI v4
- Modular Architecture
- CSS-in-JS styles
- Webpack build
- Stylish, clean, responsive layout
The Dashboard focuses on three main aspects of application security:
You can export data in CSV format from any data table from the main 3 pages, after you have used it's search, sorting or filtering options to create the desired report.
yarn install
yarn start
This runs the app in development mode.
Open http://localhost:3000 to view it in the browser. Whenever you modify any of the source files inside the /src
folder,
the module bundler (Webpack) will recompile the
app on the fly and refresh all the connected browsers.
yarn build
Builds the app for production to the build folder. It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes. Your app is ready to be deployed!