World Information System implemented as plain HTML/JS application.
Find a file
2025-11-19 23:24:55 +01:00
js Add complete project 2025-11-19 23:24:55 +01:00
continent.html Add complete project 2025-11-19 23:24:55 +01:00
continents.html Add complete project 2025-11-19 23:24:55 +01:00
country.html Add complete project 2025-11-19 23:24:55 +01:00
currency.html Add complete project 2025-11-19 23:24:55 +01:00
README.md Initial commit 2025-11-19 23:24:41 +01:00

World Information System

This is a basic website which consists of multiple pages. Data about continents, countries as well as currencies can be retrieved.

As basis for the information provided, the GraphQL API at https://countries.trevorblades.com is used. More information can be found in the corresponding GitHub repository.