Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GianMen91 authored Dec 19, 2024
1 parent dd2d60f commit 9184916
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Weather Forecast App using BLoC

[![CI Status](https://github.com/GianMen91/flutter_weather_forecast_app/actions/workflows/ci.yml/badge.svg)](https://github.com/GianMen91/flutter_weather_forecast_app/actions/workflows/ci.yml)

## Overview
The Weather Forecast App is a modern, responsive Flutter application that provides real-time weather information for any city. Built using the BLoC pattern for effective state management, the app ensures a clean separation of business logic from the UI, leading to a robust and maintainable codebase.

Expand Down Expand Up @@ -39,4 +41,4 @@ The Lottie files used to display weather icons and animations within the app wer
The application is designed to provide a consistent and enjoyable experience across various screen sizes, from small mobile devices to large tablets. Whether in portrait or landscape mode, the app adapts seamlessly to offer an intuitive and engaging user interface.

## API Connection
The Weather Forecast App seamlessly connects to the OpenWeatherMap API to fetch real-time weather data, ensuring that users always have the latest weather information. The integration includes fetching the current weather, five-day forecast, and other relevant details for the selected location.
The Weather Forecast App seamlessly connects to the OpenWeatherMap API to fetch real-time weather data, ensuring that users always have the latest weather information. The integration includes fetching the current weather, five-day forecast, and other relevant details for the selected location.

0 comments on commit 9184916

Please sign in to comment.