This project is a web application that allows users to find detailed information about any country by entering its name. The application displays data such as the country's region, flag, population, area, capital, timezone, borders, and more.
This project aims to provide users with easy access to essential information about any country by simply typing in its name. It fetches the data in real-time using a REST API and displays it in a user-friendly format. Users can see details such as the country's flag, population, area, capital, timezone, and bordering countries.
- HTML - For creating the basic structure of the application.
- CSS - For styling the components and making the page visually appealing.
- JavaScript - For adding functionality, fetching data from the API, and interacting with the DOM.
- REST API - To fetch country information .
https://anjali2802.github.io/CountryAPI/