Project link: https://ra404.github.io/dashboard/
An experiment in creating infographics with React. Dashboards are popular now, as well as the use of various ways of graphical display of information, for this reason I decided to create this application in order to better understand how to work with it in React.
react_dashboard.mp4
- React
- material ui
- react pro side bar
- x-data-grid
- full calendar
- material ui accordion
- formik
- nivo
Clone this repository
git clone git@github.com:RA404/dashboard_admin_panel.git
Install node packages and dependencies
npm install
Run app
npm run start
Also you can build app using command
npm run build