An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Pokedex




iOS

LinkedIn: @RodrigoSilva

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 |
| --- | --- | --- |
| ![Demo](https://github.com/user-attachments/assets/36699378-e0e8-4164-9974-e5c12324e2f6) | ![Light](https://github.com/user-attachments/assets/8181916f-fcb5-40f2-991e-64129f442964) | ![Dark](https://github.com/user-attachments/assets/a3137d97-072c-40f5-a686-6af671d821d9) |

## 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