Skip to content

Latest commit

 

History

History
54 lines (43 loc) · 951 Bytes

README.md

File metadata and controls

54 lines (43 loc) · 951 Bytes

Mini Project: COVID-19 Tracker Application v1

Date: 7 - Apr - 2020

Functions

Display Infected, Recovered, Deaths in Card, Chart of 215 countries

Screenshot

Tech-Stack

  • React
  • Chart.js
  • Material-UI

API Used

https://covid19.mathdro.id/api

Deploy

Plan Of Action

After this project

Directory Structure

.
├── .gitignore
├── package.json
├── README.md
├── public
└── src
    ├── api 
    ├── components
        ├── Cards
        ├── Chart
        ├── CountryPicker
        └── index.js
    ├── images
    ├── shared
        └── Spinner
    ├── App.js
    ├── App.module.css
    └── index.js

Set up

Clone code to your component - git clone Run in cmd for install dependencies

  • npm install

start the development server

  • npm start