this app was previously hosted at
covid-br.com
but i lended the domain to a vaccination dashboard because it’s more useful now.
all the information this dashboard shows is best presented elsewhere now, i did this when our government stopped disclosuring official data about covid cases/deaths.
# 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
Covid-19 data sourced from wcota/covid19br github repo
Geographical and Demographics from IBGE
Icon is a part of Font Awesome
Typeface is Inter
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 |
name | min. version |
---|---|
node |
10.0.0 |
yarn |
1.0.0 |