Skip to content

Commit 1b4d6ff

Browse files
committed
add screenshots
1 parent 10cdf1f commit 1b4d6ff

5 files changed

Lines changed: 3 additions & 6 deletions

File tree

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
# Weather App
32

43
A weather forecasting application built with Flutter, following Clean Architecture principles with a feature-based folder structure. The app features a modern blurry UI theme and offers functionalities like current weather, 5-day forecasts, and city bookmarking. This project integrates with the OpenWeatherMap API for weather data and uses the GeoDB Cities API for city selection.
@@ -59,13 +58,13 @@ This app requires an API key from OpenWeatherMap to fetch weather data. Follow t
5958
1. Clone the repository:
6059
6160
```bash
62-
git clone https://github.com/omidhaqi/weather-app.git
61+
git clone https://github.com/omidhaqi/weather_app.git
6362
```
6463
6564
2. Navigate to the project directory:
6665
6766
```bash
68-
cd weather-app
67+
cd weather_app
6968
```
7069
7170
3. Install dependencies:
@@ -246,13 +245,11 @@ lib/
246245

247246
## Screenshots
248247

249-
250248
| | |
251249
| :-------------------------------------------: | :-------------------------------------------: |
252250
| <Image src="/screenshots/0.png" width ="300"> | <Image src="/screenshots/1.png" width ="300"> |
253251
| <Image src="/screenshots/2.png" width ="300"> | <Image src="/screenshots/3.png" width ="300"> |
254-
| <Image src="/screenshots/4.png" width ="300"> | <Image src="/screenshots/5.png" width ="300"> |
255-
| <Image src="/screenshots/6.png" width ="300"> | <Image src="/screenshots/7.png" width ="300"> |
252+
256253

257254

258255
---

screenshots/0.png

1.88 MB
Loading

screenshots/1.png

1.16 MB
Loading

screenshots/2.png

2.16 MB
Loading

screenshots/3.png

1.18 MB
Loading

0 commit comments

Comments
 (0)