This is the covid tracker project in which we have taking the live data from the covid tracking api and every data count get update everytime as soon it is updated at the given api. we have used the different endpoints of the api to show the data on the our webapp. I have built this covid19 tracker using the reactjs.
- React - Front-End JavaScript library
- Material UI - React UI Framework
- react-chartjs-2 - HTML5 Charts
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/dilipkary/covid_19_tracker.git cd covid-19-tracker
-
Install packages
If you use
npm
npm install
-
Run the development server
If you use
npm
npm start
-
Visit http://localhost:3000
Don't forget to give a star ⭐ for this repo 🙂