Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Country Guide Web Application

This repository contains a web application that allows users to search for details about different countries using their names. Users can enter a country name in the search box, and the application fetches details such as the country's capital, continent, population, currency, and common languages.

Features

  • Allows users to search for country details using their names.
  • Fetches data from the REST Countries API.
  • Displays information including the country's flag, capital, continent, population, currency, and common languages.
  • Provides error messages for invalid inputs or failed requests.
  • Utilizes HTML, CSS, and JavaScript for functionality.

Technologies Used

  • HTML: Markup language for structuring the web page.
  • CSS: Stylesheet language for enhancing the presentation of the web page.
  • JavaScript: Programming language for implementing dynamic behavior.
  • REST Countries API: API for fetching country-related data.

Usage

  1. Clone the repository to your local machine.
  2. Open the index.html file in your web browser.
  3. Enter a country name in the search box.
  4. Click the "Search" button to fetch and display details about the entered country.
  5. View information such as the country's flag, capital, continent, population, currency, and common languages.

Contributing

Contributions are welcome! If you'd like to contribute to this project, please follow these steps:

  1. Fork the repository.
  2. Create your feature branch: git checkout -b feature/NewFeature.
  3. Commit your changes: git commit -am 'Add a new feature'.
  4. Push to the branch: git push origin feature/NewFeature.
  5. Submit a pull request detailing your changes.

License

This project is licensed under the MIT License, which means you are free to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the software.

Acknowledgements

  • This project utilizes the REST Countries API for fetching country-related data.
  • Created for learning and demonstration purposes.

About

This repository contains a web application that allows users to search for details about different countries using their names. Users can enter a country name in the search box, and the application fetches details such as the country's capital, continent, population, currency, and common languages.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages