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.
Here are some screenshots of the application showcasing its features:
Home Screen 1 | Home Screen 2 |
---|---|
Details Screen | Features |
---|---|
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