Skip to content

Latest commit

 

History

History
56 lines (36 loc) · 878 Bytes

README.md

File metadata and controls

56 lines (36 loc) · 878 Bytes

React-Material-Dashboard

This project contains a dashboard developed using React and Material-UI.

You can access the dashboard clicking here

Requirements

This application requires:

  • Yarn or NPM

How to run

1.Clone this repository

2.Change to app directory:

cd react-material-dashboard

3.Install the dependencies:

yarn install

or

npm install

4.Start the app:

yarn start

or

npm start

Things to do

  • Use hooks instead of this.setState;
  • Create sidebar links; ✔️
  • Create tests using Jest and Enzyme;
  • Add more pages/components as example;
  • Add a menu in dashboard containing: profile, logout;
  • Add Internationalization (i18n).