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.
- Host: GitHub
- URL: https://github.com/diggosilva/pokemon
- Owner: diggosilva
- Created: 2024-04-17T23:26:59.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-07T13:51:35.000Z (about 1 year ago)
- Last Synced: 2025-02-07T14:40:26.256Z (about 1 year ago)
- Topics: cocoapods, swift, uikit, xcode
- Language: Swift
- Homepage:
- Size: 339 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pokemon
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 |
| --- | --- | --- |
|  |  |  |
## 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