This project contains a dashboard developed using React and Material-UI.
You can access the dashboard clicking here
This application requires:
- Yarn or NPM
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
- 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).