Skip to content

abstractHunter/countries_rest_api_react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

All Countries

A list of all countries in the world and corresponding informations such as:

  • official name
  • flag
  • population count
  • capital city
  • continent

Features

  • list countries by continent
  • search for a country by name

Stack used

Run the project locally:

In the project directory, you can run:

$ npm install
$ npm start

or

$ yarn
$ yarn start

The app runs in the development mode.
Open http://localhost:3000 to view it in your browser.