React app using meterial-ui and recharts for simple dashboard of COVID-19.
Using data from the API: https://covid19.th-stat.com/json/covid19v2/getTimeline.json
- Git clone this repository.
git clone https://github.com/KarnYong/react-material-ui-dashboard-covid-19
- Then install dependencies and start the app.
cd react-material-ui-dashboard-covid-19
yarn install
yarn start