The App grabs a list of countries from the server (via COVIAPI) and takes 10 most populated ones in the world.
You can get statistic of each country or see them in comparison to each other.
- React v17 (CRA)
- Routing
- Redux
- thunk
- CSS modules
- clone the repo;
- use npm install/yarn to install all the dependencies
- use npm start/yarn start to run locally