https://github.com/diggosilva/pokedex
A iOS application written in Swift, that brings a list of pokemons using a CollectionView.
https://github.com/diggosilva/pokedex
cocoapods ios swift uikit xcode
Last synced: about 1 year ago
JSON representation
A iOS application written in Swift, that brings a list of pokemons using a CollectionView.
- Host: GitHub
- URL: https://github.com/diggosilva/pokedex
- Owner: diggosilva
- Created: 2024-05-24T20:32:06.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-23T13:19:18.000Z (about 1 year ago)
- Last Synced: 2025-01-23T14:24:20.146Z (about 1 year ago)
- Topics: cocoapods, ios, swift, uikit, xcode
- Language: Swift
- Homepage:
- Size: 416 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pokedex
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.
| Demo | Light | Dark |
| --- | --- | --- |
|  |  |  |
## Contents
- [Requirements](#requirements)
- [Functionalities](#functionalities)
- [Setup](#setup)
- [Credits](#credits)
## Features
- Dark Mode
- Modern Collection View
- MVVM
- View Code (UIKit)
- Custom elements
- Pagination
## Requirements
- iOS 17.0 or later
- Xcode 15.0 or later
- Swift 5.0 or later
## Functionalities
- [x] List of pokemons
- [x] Details by pokemon
- [x] Search bar to filter pokemons
- [x] Beautiful animated transition
## Setup
First of all download and install Xcode, Cocoapods and then clone the repository:
```sh
$ git@github.com:diggosilva/Pokedex.git
```
After cloning, do the following:
```sh
$ cd /Pokedex/
$ pod install
$ open Pokedex.xcworkspace/
```
## Built With
* [SDWebImage](https://github.com/SDWebImage/SDWebImage) - Asynchronous image downloader with cache support as a UIImageView category
## Credits
- Diggo Silva
- Helio Mesquita