A iOS application written in Swift, that brings a list of pokemons using a CollectionView, 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 Collection 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
- Beautiful animated transition
First of all download and install Xcode, Cocoapods and then clone the repository:
$ git@github.com:diggosilva/Pokedex.git
After cloning, do the following:
$ cd <diretorio-base>/Pokedex/
$ open Pokedex.xcworkspace/
- SDWebImage - Asynchronous image downloader with cache support as a UIImageView category
- Hero - Library for building iOS view controller transitions
- Diggo Silva
- Helio Mesquita