Skip to content

A simple application to view the countries of the world using the REST Countries API written in React.

Notifications You must be signed in to change notification settings

danielgarcia/Countries-of-the-World

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple application to view the countries of the world using the REST Countries API written in React and Redux.

On mac or linux you can run this local by doing the following:

  1. Install Docker
  2. Install git
  3. Install Opctl
  4. Open a terminal
  5. Run: git clone https://github.com/danielgarcia/Countries-of-the-World
  6. cd Countries-of-the-World
  7. Run: opctl run debug
    • It will download the needed containers and run them.
    • It will build the frontend bundle.
    • It will launch the bundle on an Nginx container.
  8. You are done, use http://localhost/

To stop the service

  1. Ctrl+C on the terminal.
    • This will stop and remove the containers.

Screenshots

Homepage

Homepage

Country Page

Countries Page

About

A simple application to view the countries of the world using the REST Countries API written in React.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published