Initial commit

This commit is contained in:
Julius Freudenberger 2025-11-19 23:24:41 +01:00
commit c449843941

7
README.md Normal file
View file

@ -0,0 +1,7 @@
# 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](https://countries.trevorblades.com) is used.
More information can be found in the [corresponding GitHub repository](https://github.com/trevorblades/countries).