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

https://github.com/2gpb/workoutapp

A simple iOS app that demonstrates networking by retrieving and displaying data from the internet.
https://github.com/2gpb/workoutapp

first-project swift uikit url-session

Last synced: 2 months ago
JSON representation

A simple iOS app that demonstrates networking by retrieving and displaying data from the internet.

Awesome Lists containing this project

README

        

# WorkoutApp

This is my first iOS project, built using UIKit. The app consists of 6 screens and demonstrates basic networking capabilities using `URLSession`. It is a practice project aimed at learning and improving iOS development skills.

### Key features
- **Networking:** Fetches and displays news from a simple API.
- **Basic Navigation:** Screens are connected using `UINavigationController` and `TabBarController`.
- **Adaptable Layout:** Designed to work across different iPhone screen sizes.

#### This application implements:
- UIKit | AutoLayout
- URLSession
- SOLID
---