This app will get information about countries by using rest countries api.
- 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
- 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/
- Live Site URL: https://where-is-in-the-world.web.app/countries
- Semantic HTML5 markup
- Flexbox
- Angular
- Angular Material