Here's the repository for the Pokecrawler App
git clone
- Run Pokecrawler.xcodeproj
- ????????
- Profit
- Fully programmatic views, No storyboards here
- Zero use of 3rd party libraries - No Cocoapods, No SwiftPM Modules
- Separated layers of Networking Layers - Endpoints, Sessions and Network Managers
- Dependency Injection for easier tests
- Examples of Fakes, Stubs, Mocks in Network Tests
- Parallax view demo for detail page
- Adding favorites with File Persistence
- Adaptable colors for automatic dark mode support - Includes a handy toggle
- Adaptable fontsizes for different device sizes
- SwiftLint configured and ready
- ViewModels for Reusable Views
- UI Testing for navigation and screen renders
- Async/await replacing completion handler tree nesting
- Moarr dependency injection - Composable Protocols for Networking&Storage
- Moarr unit tests - StorageManager tests, Encoding/Decoding Tests, Limit Testing StatBar values
- Swift by Sundell - A lot of the networking layers and Mock Testing
- SwiftLee - Antoine van der Lee - Unit testing and adaptable colors
- PokeAPI - RESTful API for Pokemon Data
- Take Home Project - Sean Allen - Directory structure and inspiration for this repo