A iOS application written in Swift, that brings a list of pokemons, consuming data from the PokeAPI api. You can search by pokemon name, and by clicking on a pokemon you get its details.
- Dark Mode
- Modern Table View
- MVVM
- View Code (UIKit)
- Custom elements
- Pagination
- iOS 17.0 or later
- Xcode 15.0 or later
- Swift 5.0 or later
- List of pokemons
- Details by pokemon
- Search bar to filter pokemons
First of all download and install Xcode, Cocoapods and then clone the repository:
$ git@github.com:diggosilva/Pokemon.git
After cloning, do the following:
$ cd <diretorio-base>/Pokemon/
$ open Pokemon.xcworkspace/
- SDWebImage - Asynchronous image downloader with cache support as a UIImageView category
- Diggo Silva