Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 585 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 585 Bytes

Covid19 Tracker

Main image

This is a Covid reports web app from the world. We used a covid API to figure out the new cases, recovery and deaths.

Key points

  • This is a react application
  • Used Covid19 API
  • Used world map to showcase all covid cases
  • Countries are sorted as per cases
  • Click your country to showcase your country cases

Clone the project

git clone https://github.com/shivkaansh/covid19_tracker.git
cd covid19_tracker
npm i
npm start

Made with ❤️ and React