A Covid-19 dashboard made using React for displaying real time covid data fetched from an API
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
- Clone the repository
git clone
- change the Working directory
cd covid19/
- install
npm i
- start the server
npm start