COVID Comparison tool
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.
$ npm install
$ npm run start