https://github.com/maciejkuran/fountry
Search for any country in the world 🌍, get valuable information, and geolocation on the world map, explore amazing photographs, and receive helpful source links to Wikipedia articles.
https://github.com/maciejkuran/fountry
api api-rest countries countries-data javascript leaflet-map leafletjs rest-countries-api unsplash-api webapp wikipedia-api
Last synced: 8 months ago
JSON representation
Search for any country in the world 🌍, get valuable information, and geolocation on the world map, explore amazing photographs, and receive helpful source links to Wikipedia articles.
- Host: GitHub
- URL: https://github.com/maciejkuran/fountry
- Owner: maciejkuran
- License: other
- Created: 2022-11-21T10:57:16.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-08T18:16:16.000Z (almost 3 years ago)
- Last Synced: 2025-01-12T00:22:11.804Z (9 months ago)
- Topics: api, api-rest, countries, countries-data, javascript, leaflet-map, leafletjs, rest-countries-api, unsplash-api, webapp, wikipedia-api
- Language: JavaScript
- Homepage: https://fountry.maciejkuran.com/
- Size: 1.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
# Find a country with fountry
The fountry app is my next project, this time practicing `asynchronous` tasks in JavaScript. I developed fountry in the MVC architecture pattern. I focused on the architecture of the application and a good, logical division of the code.
This project is complex in the context of `fetching data` from various APIs: `Rest Countries API`, `Unsplash.com API`, `Wikipedia API`. I also used the `Leaflet library` (interactive maps) to render `coords` of a country/capital.
I tried to work out every detail, from formatting `user input` to handling and throwing `errors` if something went wrong when `fetching` data.
## What is fountry ?
The fountry app allows you to search for any country in the world, provides basic information, geo location on the world map, amazing photographs and helpful source links to Wikipedia articles.
🌍[fountry - LIVE APP](https://fountry.maciejkuran.com)
## UI Design