This repository contains my solutions to the Hacking with SwiftUI course by Paul Hudson. The course covers SwiftUI development with hands-on projects, making it a great way to learn iOS app development.
The repository is organized into folders corresponding to each project from the course. Each project folder contains:
- Swift files with my implementation
- Assets if needed
- README.md with a brief description of the project and key learnings
To run the projects, follow these steps:
- Clone this repository:
git clone https://github.com/belovezhalin/HackingWithSwiftUI.git
- Open the desired project folder in Xcode.
- Build and run the project using the iOS Simulator.
- SwiftUI fundamentals
- Working with
@Stateand@Binding - Navigation and data flow
- Animations and gestures
- Networking in SwiftUI