https://github.com/ghlps/countries-info
Repository and project that displays data from countries from the user's search. This project uses AJAX API calls to provide data.
https://github.com/ghlps/countries-info
api countries-api javascript
Last synced: about 2 months ago
JSON representation
Repository and project that displays data from countries from the user's search. This project uses AJAX API calls to provide data.
- Host: GitHub
- URL: https://github.com/ghlps/countries-info
- Owner: ghlps
- Created: 2022-06-10T23:29:19.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-19T04:01:01.000Z (almost 4 years ago)
- Last Synced: 2026-03-22T00:50:14.344Z (3 months ago)
- Topics: api, countries-api, javascript
- Language: JavaScript
- Homepage: https://verdant-tarsier-0313dd.netlify.app/
- Size: 463 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Countries Info
Live demo: https://verdant-tarsier-0313dd.netlify.app/
Project created to practice some coding aspects of fetchAPI and how it can integrate with the user experience. In this website/project, the not so old AJAX Requests were used to fetch data from an external API.
Tech used:
- HTML
- SCSS
- JavaScript (XML Requests, user input, list rendering)
- Countries API