Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 612 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 612 Bytes

COVID-19 Tracker

COVID-19 Tracker

Introduction

This is a website built using React Js where anyone can track/access the Covid-19 details globally

  • Fully responsive website with use of Material UI and Axios to enable the JavaScript async and await for more readable asynchronous code.
  • Provides Real-time updates along with the Chart Js to display a Bar Chart corresponding to the fetched data through API call.

API used: https://covid19.mathdro.id/api

Setup:

  • run npm i && npm start