Skip to content
This repository has been archived by the owner on Mar 16, 2023. It is now read-only.
/ visualus Public archive

An experiment to visualize data from public US gov source

Notifications You must be signed in to change notification settings

joedevgee/visualus

Repository files navigation

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

About

An experiment to visualize data from public US gov source

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published