Skip to content

mihirsuchak11/covid-19-tracker

Repository files navigation

COVID-19 Tracker - by Mihir Suchak.

  • Project: Covid-19 tracker.
  • Language/Frameworks: Typescript(with React) + CSS

Howdy! 👋

Hey there, this is Mihir Suchak.

All the Projects under and org

Introduction:
  • This is basic COVID-19 Track app for.
  • I have used this API.
  • I have used TypeScript as well.
  • In this app I have used CSS Modules so class names are scoped locally by default.

Src Structure / Components

src
├── index.tsx
├── App.tsx
├── api
|   ├── index.ts
├── Components
|   └── Cards
|       ├── Cards.module.css
|       ├── Cards.tsx
|   └── Chart
|       ├── Chart.tsx
|       ├── chart.modules.css
|   └── CountryPicker
|       ├── CountryPicker.tsx
|       ├── CountryPicker.modules.css
|   ├── index.ts
├── images
|   ├── covid-19.png
public
├── index.html
Setup:

run npm i && npm start to start the development server.