kyh / covid-19

COVID-19 Tracking Dashboard

Home Page:https://covid-19.kyh.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

COVID-19 Tracking Dashboard

https://covid-19.kyh.io


Languages

Language:JavaScript 96.1%Language:HTML 2.8%Language:CSS 1.0%Language:Shell 0.1%