Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rajkumar-35/restcountries-callback-hell-task

Creating a responsive Rest Countries app with dynamic weather information and country details using HTML, CSS, JavaScript, and Bootstrap for Day 17 task assigned by the GUVI Zen class.
https://github.com/rajkumar-35/restcountries-callback-hell-task

api bootstrap5 box-model css-flexbox css-grid css3 dom dom-manipulation fetch-api html5 javascript promises

Last synced: about 7 hours ago
JSON representation

Creating a responsive Rest Countries app with dynamic weather information and country details using HTML, CSS, JavaScript, and Bootstrap for Day 17 task assigned by the GUVI Zen class.

Awesome Lists containing this project

README

        

# RestCountries

A web application that provides information about countries, including their capitals, regions, populations, and more. Click on a country to see the weather in its capital city.

![RestCountries Preview](Demo_Page.png)

## Features

- **Country Information:** Displays details like native name, region, capital, population, and country code.
- **Weather Information:** Shows weather details for the capital city when clicked.
- **Responsive Design:** Adaptable to various screen sizes using Bootstrap.

## Technologies Used

- HTML
- CSS
- JavaScript
- Bootstrap
- OpenWeatherMap API
- RestCountries API

## Usage

- The main page lists countries with their details.
- Click on the "Click for Weather" button to open a modal with the weather information for the selected country's capital city.

---
## Conclusion

Explore detailed country information and real-time weather updates seamlessly with RestCountries. Designed to be responsive and user-friendly, this project integrates Bootstrap and APIs for a dynamic experience.