/visualus

An experiment to visualize data from public US gov source

Primary LanguageJavaScript

Build Status

Front-End data visualization experiment

Use public API and react to build data visualization website

  • Yarn over NPM: speed and easy config
  • AntD: Enterprise level UI framework
  • Jest + Enzyme: Best integration and shallow rendering

Command overview

Start development mode

yarn start

Start test mode

yarn test

Generate test coverage report

yarn test --coverage

To add external package, e.g. enzyme

yarn add enzyme --dev

To run storybook UI testing

yarn storybook

For environment constants, e.g. API key, copy the content in .env and replace them in your .env.local