- Aims to provide regular updates about Corona Virus outbreak worldwide.
- It is built in React and it works on desktop as well as mobile browser.
covid19-data-logger.netlify.app
disease.sh
- Fetches Worldwide Data
- Fetches country-specific data when a Country is selected from the Dropdown Menu
- Represents new Covid 19 cases found worldwide over last 120 days using Chart.js
- Representing country specific data on world map using Open Street Map and React Leaflet
git clone https://github.com/satvikchachra/covid19.git
cd covid19
npm install
npm start
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.