/Weathr

A classic weather application. I tried to use Clean Arch and MVVM design pattern in the project.

Primary LanguageKotlin

Weathr

Overview

I designed an application that displays weather information using a design I found online. I fetch data from two different APIs and display it on the UI. I'm not publishing the app on the Play Store or anywhere else. I'm using it to improve my skills and experiment with Android architectures.


Screenshots

Here are some screenshots of the application showcasing its features:

Home Screen 1 Home Screen 2
Home Screen 1 Home Screen 2
Details Screen Features
Detail Screen Features

How to Install and Run the Project

Instructions on how to clone, install dependencies, and run the project.

# Clone the repository
git clone https://github.com/SamedTemiz/Weathr

# Navigate to the project directory
cd Weathr

# Install dependencies
npm install

# Run the app
npm start