- Project: Covid-19 tracker.
- Language/Frameworks: Typescript(with React) + CSS
Hey there, this is Mihir Suchak.
- 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
├── 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
run npm i && npm start
to start the development server.