/Covid19-Tracker

A Covid-19 dashboard and tracker made using React for getting real time information about covid cases across the world

Primary LanguageJavaScript

Covid 19 dashboard

A Covid-19 dashboard made using React for displaying real time covid data fetched from an API

Introduction

This is a code repository for a full COVID-19 Dashboard and tracker made using React js, Chart js and Material UI

API used: Covid

Setup

  • Clone the repository
git clone 
  • change the Working directory
cd covid19/
  • install
npm i
  • start the server
npm start