This tracker aims to show the numbers & trends of people affected, recovered and deceased due to COVID-19
- React - Front-End JavaScript library
- Material UI - React UI Framework
- react-chartjs-2 - HTML5 Charts
- Axios - Promise based HTTP client
- React CountUp - React component wrapper around CountUp.js
- Classnames - Conditionally joining classNames together
node@v10.16.0 or higher
npm@6.9.0 or higher
git@2.17.1 or higher
To setup the app for development on your local machine, please follow the instructions below:
- Clone the repo to your machine
git clone https://github.com/sabesansathananthan/covid-19-tracker.git
- Install necessary packages
npm install
- Start the development environment
npm start
- Visit http://localhost:3000