Giter VIP home page Giter VIP logo

country-guide-app's Introduction

Country-guide-app

It starts by selecting the search button element and the country input field element from the HTML document using their respective IDs.

An event listener is added to the search button using the addEventListener method. It listens for a click event and executes the callback function when the button is clicked.

Inside the callback function, the value entered in the country input field is assigned to the countryName variable.

The finalURL variable is created by concatenating the base URL (https://restcountries.com/v3.1/name/) with the countryName value and some additional query parameters (?fullText=true).

The fetch function is used to make a GET request to the finalURL. The response is converted to JSON format using the response.json() method.

The data from the response is logged to the console for testing purposes. It includes information such as capital, flag image URL, common name, continent, currencies, languages, population, and maps.

The result element (not shown in the code) is populated with HTML markup using template literals. The retrieved data is inserted dynamically into the HTML markup.

Finally, there are some commented out error handling code blocks that can be used to display error messages if the fetch request fails or if the input field is empty or contains an invalid country name.

Live Demo:https://countrys-guide-app.netlify.app/

country-guide-app's People

Contributors

prabhat-022 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.