/countries

React PHP Demo integrating with RestCountries API

Primary LanguageJavaScriptMIT LicenseMIT

Countries

Goal

As a user, I want to search for countries by country name or code and view them as a list of elements on an HTML page so that I can find the country data I am looking for.

Framework

To run

  • Fork and clone the project:
git clone https://bitbucket.org/stephenburgess8/countries.git
  • Then install the dependencies:
npm install
  • Start PHP server in the project root directory:
php -S localhost:9999
  • Run development server:
npm start
  • Navigate to:

http://localhost:8888