Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 747 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 747 Bytes

(https://brunettisergio.github.io/world-countries-map/)

Interactive Web App that created with the Angular framework, TS, SCSS and SVG graphics to display a world map. The website allows users to obtain information about different countries by clicking on them on the map. The website uses the World Bank API to get the country information, such as name, capital, population, etc.

Features

  • SVG scripting to create a scalable and responsive map of the world with polygons for each country.
  • Angular components and services to handle user interactions and data fetching.
  • Third-party API to get the country information, such as name, capital, population, etc.