Skip to content

AhmerMH/countries-demo

Repository files navigation

Countries Demo Application

Live Demo

Overview

The Countries Demo Application is a simple yet effective tool for exploring country data using Angular. This application allows users to view a list of countries, along with details such as their names, capitals, and population.

Features

  • Country List Display: View a comprehensive list of countries.
  • Detailed Country Information: Access details such as capital and population for each country.
  • Responsive Design: Works seamlessly across various screen sizes.

Technologies Used

  • Angular
  • TypeScript
  • HTML & CSS
  • Jasmine/Karma

Installation

To set up the Countries Demo Application locally, follow these steps:

Steps

  1. Clone the repository:
    git clone https://github.com/AhmerMH/countries-demo.git
    cd countries-demo
  2. Install dependencies
    npm install
  3. Run the application
    npm run start