An app to display information from the REST Countries API
Features:
- Grid view of Material cards showing each country
- Detailed view of country information
- Search by country name
- Region filtering
- Light/Dark Mode themes
App demo available here
This project was generated with Angular CLI version 11.0.3.
To setup:
- First install Node.js.
- After npm is installed, use
npm installto install the Angular CLI. - Then use
ng serveto run the development server, hosted locally athttp://localhost:4200/. Initial setup will take longer, as node will need to install all dependencies before starting.