/React-MUI-Dashboard-with-JavaScript

Custom Admin Panel made in reactJS using material UI with some working Menus as an example

Primary LanguageJavaScript

React Material UI Custom Dashboard with Javascript

Dashboard

Dashboard UI

This is custom dashboard built using react material UI. It has following added functionalities:

  • User Authentication
  • Responsive Drawer
  • Menu Object to add new Menus
  • BreadCrumbs
  • Redux to access user data
  • Axios Progress Bar
  • Code Splitiing
  • Folder Structure suitable for big projects
  • Skeleton loader for pages
  • Snackbar to Handle axios error
  • formik for Form validations
  • Audio Player
  • Drop file upload and many more...

Following menus are given as working menu:

  • Nodes
  • Messaging
  • Users
  • Roles

Login Credentials:

  • Username: test@me.com
  • password: secret

Note: APIs used inside are dummy APIs, just given for example, unfortunately API server is shut down now so APIs are commented in code and static responses are shown...

How to use

Clone this repo and run:

cd React-MUI-Dashboard-with-JavaScript
npm install
npm start