Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 889 Bytes

README.md

File metadata and controls

45 lines (30 loc) · 889 Bytes

Dashboard admin panel (React App).

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

Technology stack (components and libraries)

  • React
  • material ui
  • react pro side bar
  • x-data-grid
  • full calendar
  • material ui accordion
  • formik
  • nivo

How to Install

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