/covid-tracker

A corona tracker built with React.js, Chart.js, Material UI, and more.

Primary LanguageJavaScript

Corona Tracker

Introduction

This Corona Tracker was built with React Create React App, ChartJS and MaterialUI.

It displays global data trend and daily data of chosen country.

Installation

The application use npm to install some helper libraries. Npm is automatically installed when Node.js is downloaded.

Install libraries npm install --save axios react-chartjs-2 @material-ui/core react-countup classnames

Run npm start

By default, the application will automatically lauch localhost port 3000 with the address http://localhost:3000

Reference

API used: https://covid19.mathdro.id/api

This application was built based on an online tutorial