covid — br
Development Guide
# install project dependencies
$ yarn
# development server
$ yarn start # build data files and starts dev server
# build site for production and hosting
$ yarn build # build data files and outputs the app to ./build directory
Credits
Covid-19 data sourced from wcota/covid19br github repo
Geographical and Demographics from IBGE
Icon is a part of Font Awesome
Typeface is Inter
Tech Stack
name | license | description |
---|---|---|
react |
MIT |
declarative, component-based, functional approach to user interfaces |
styled-components |
MIT |
visual primitives for the component age |
etymos |
MIT |
responsive toolkit for declarative styled-components |
swr |
MIT |
React Hooks library for remote data fetching |
vx |
MIT |
collection of reusable low-level visualization components |
@fast-csv/parse |
MIT |
CSV parser and formatter for node |
zustand |
MIT |
Bare necessities for state management in React |
react-table |
MIT |
Hooks for building fast and extendable tables and datagrids for React |
System Dependencies
name | min. version |
---|---|
node |
10.0.0 |
yarn |
1.0.0 |