Skip to content

kyh/covid-19

Repository files navigation

COVID-19 Dashboard

🚀 Live Site

COVID-19 tracking dashboard for the US

alt text

Directory Layout

├── /src                         # ReactJS client, which contains most of our UI
│   ├── /components              # React components, reusable across all pages
│   ├── /css                     # Global style definitions
│   ├── /features                # App routes and feature specific code
│   ├── /hooks                   # React hooks
│   └── /utils                   # Client side helper functions/Utilities/Services
└── /public                      # Static assets

Setting up

npm i
# Run in dev mode
npm run dev

This project was bootstrapped with Create React App.

API data comes from The COVID Tracking Project

Deployment

The site will autodeploy with Cloudflare Pages whenever merged to main