https://github.com/jpangelle/covid-stats
U.S. states sorted by cases and deaths per capita
https://github.com/jpangelle/covid-stats
covid-19 react react-testing-library redux-saga selectors semantic-ui-react serverless typescript
Last synced: about 2 months ago
JSON representation
U.S. states sorted by cases and deaths per capita
- Host: GitHub
- URL: https://github.com/jpangelle/covid-stats
- Owner: jpangelle
- Created: 2020-05-27T15:50:29.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T20:41:29.000Z (over 3 years ago)
- Last Synced: 2023-03-05T11:22:46.382Z (over 3 years ago)
- Topics: covid-19, react, react-testing-library, redux-saga, selectors, semantic-ui-react, serverless, typescript
- Language: TypeScript
- Homepage: https://covid19-state-stats.now.sh
- Size: 1.91 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Covid State Statistics
Demo: [https://covid19-state-stats.now.sh](https://covid19-state-stats.now.sh)
##### Statistics web app to display cases per capita and deaths per capita of US states
## Requirements
- [`node`](https://nodejs.org/) >= 8.10
- [`yarn`](https://classic.yarnpkg.com/en/docs/install#mac-stable) CLI
- [`vercel`](https://vercel.com/download) CLI
## Setup
Clone the repository:
```sh
$ git clone git@github.com:jpangelle/covid-stats.git
```
Install dependencies:
```sh
$ yarn
```
## Link `vercel`
```sh
$ vercel
```
## Start
Start the development server at [http://localhost:3000](http://localhost:3000):
```sh
$ vercel dev
```
## Lint and Test
### Lint
Run ESLint
```sh
$ yarn lint
```
### Unit Tests
Run unit tests (implicitly re-runs on code changes):
```sh
$ yarn test
```