/rest-countries

A react app that accesses and displays data from REST Countries

Primary LanguageJavaScript

REST Countries

A frontend application for displaying data from REST Countries.

This project was bootstrapped with Create React App.

Setup

  • Run npm install after downloading the repository to download all necessary modules.
  • To start the app locally after downloading: npm start
  • To update the production build: npm run build
  • To run the test suite: npm test

Component Hierarchy

  • App
    • Region
      • Country
        • CountryData