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.
- Host: GitHub
- URL: https://github.com/2gpb/workoutapp
- Owner: 2Gpb
- Created: 2025-01-15T09:05:44.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-16T13:28:02.000Z (4 months ago)
- Last Synced: 2025-01-28T14:20:30.029Z (4 months ago)
- Topics: first-project, swift, uikit, url-session
- Language: Swift
- Homepage:
- Size: 1.91 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
---