Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.35 KB

README.md

File metadata and controls

40 lines (28 loc) · 1.35 KB

Where is in the world?

Table of contents

Overview

This app will get information about countries by using rest countries api.

User Stories

  • Search for a country using an input field
  • Filter countries by region
  • Click on a country to see more detailed information on a separate page
  • Click through to the border countries on the detail page
  • Toggle the color scheme between light and dark mode

Installation

  • Make sure you have nodejs, git and Angular CLI installed in your machine
  • Open your terminal and clone this repo git clone https://github.com/mFlaifel/where-in-the-world-.git
  • Redirect to the folder using cd command cd where-in-the-world
  • Install app dependencies npm i
  • To open the project in your browser ng serve -o then go to http://localhost:4200/

Links

Built with