Skip to content

jpangelle/covid-stats

Repository files navigation

Covid State Statistics

Demo: https://covid19-state-stats.now.sh

Statistics web app to display cases per capita and deaths per capita of US states
app-screenshot

Requirements

Setup

Clone the repository:

$ git clone git@github.com:jpangelle/covid-stats.git

Install dependencies:

$ yarn

Link vercel

$ vercel

Start

Start the development server at http://localhost:3000:

$ vercel dev

Lint and Test

Lint

Run ESLint

$ yarn lint

Unit Tests

Run unit tests (implicitly re-runs on code changes):

$ yarn test