Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 562 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 562 Bytes

Covid statistics for top-10 most populated countries in the world

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.

DEMO

screenshot

  • React v17 (CRA)
  • Routing
  • Redux
  • thunk
  • CSS modules

To Run Locally

  • clone the repo;
  • use npm install/yarn to install all the dependencies
  • use npm start/yarn start to run locally