Source code for the Build a Pokedex
series
on my Youtube channel
- Building reusable SwiftUI views
- Organizing your code following a MVVM pattern
- Working with network calls using URLSession, Async & Await, and decodable models
- Implementing Kingfisher with SPM to handle asynchronous image loading
- Configuring swipe actions on rows in a list
- Searching a SwiftUI List using Searchable
- Adding animations to views