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
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 cd covid-19-tracker
-
Install packages
If you use
npm
npm install
or
If you use
yarn
yarn
-
Run the development server
If you use
npm
npm start
or
If you use
yarn
yarn start
-
Visit http://localhost:3000
Don't forget to give a star ⭐ for this repo 🙂
Let's Create a COVID-19 Tracker using React.js - Sabesan Sathananthan
This project is licensed under the MIT License - see the LICENSE file for details