/coco_tona_version

COCO stands for COVID Comparison tool

Primary LanguageTypeScript

COCO

COVID Comparison tool

demo

Highlights about this app

Some highlights about this app:

  • Implements React styled components through the styled-components (hard to guess huh? :p) package.
  • Implements declarative and programmatic API HTTP calls using the react-query package.
  • Is statically typed using Typescript.
  • Promotes uniform syntax format on files using Prettier
  • Includes the @babel/transform-runtime plugin to enable Async/Await syntax.
  • Implements Chat.js to render the graphs.
  • Implements the react-select package to let the user select among all the country options in the UI.

Run the app

$ npm install
$ npm run start