Exygy Takehome: Vital Signs data

This web application showcases a single dataset from the Vital Signs section of the MTC Open Data Portal. Along with some metadata about the dataset, it displays the data in tabular format and visualizes some interesting trends surfaced from it.

Getting started

To run this app locally, you will need:

Before running the app, you'll need to install its dependencies with Yarn. In a shell at the project directory, run:

yarn install

Running the app

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.