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

https://github.com/diggosilva/pokemon

Application written in Swift that brings a list of pokemons, consuming data from the PokeAPI api.
https://github.com/diggosilva/pokemon

cocoapods swift uikit xcode

Last synced: 3 months ago
JSON representation

Application written in Swift that brings a list of pokemons, consuming data from the PokeAPI api.

Awesome Lists containing this project

README

          

# Pokemon




iOS

LinkedIn: @RodrigoSilva

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.

| Feed | Light | Dark |
| --- | --- | --- |
| ![Feed](https://github.com/user-attachments/assets/7f0f4983-5882-4287-982b-0b062bddb165) | ![Light](https://github.com/user-attachments/assets/6cb606ba-086b-4f48-a595-a83794016611) | ![Dark](https://github.com/user-attachments/assets/869e58e6-09a7-4dcc-9c16-7d0d57ba9866) |

## Contents

- [Requirements](#requirements)
- [Functionalities](#functionalities)
- [Setup](#setup)
- [Credits](#credits)

## Features

- Authentication with Firebase (Signup, Login and Logout)
- Dark Mode
- Modern Table 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

## Setup

First of all download and install Xcode, Cocoapods and then clone the repository:

```sh
$ git@github.com:diggosilva/Pokemon.git
```

After cloning, do the following:

```sh
$ cd /Pokemon/
$ open Pokemon.xcworkspace/
```

## Built With

* [SDWebImage](https://github.com/SDWebImage/SDWebImage) - Asynchronous image downloader with cache support as a UIImageView category

## Credits

- Diggo Silva