This tracker aims to show the numbers & trends of people affected, recovered and deceased due to CORONA VIRUS.
- 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, follow the instructions below:
-
Clone the repo to your machine
git clone https://github.com/swift1719/covid_tracker.git cd covid_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 🙂