https://github.com/frog-frog/pokedex
Pokedex is iOS application using PokeAPI.
https://github.com/frog-frog/pokedex
ios pokeapi pokedex pokemon swift uikit
Last synced: about 1 year ago
JSON representation
Pokedex is iOS application using PokeAPI.
- Host: GitHub
- URL: https://github.com/frog-frog/pokedex
- Owner: Frog-Frog
- License: mit
- Created: 2020-02-16T02:04:34.000Z (over 6 years ago)
- Default Branch: develop
- Last Pushed: 2022-06-30T12:11:25.000Z (almost 4 years ago)
- Last Synced: 2025-04-10T00:17:15.129Z (about 1 year ago)
- Topics: ios, pokeapi, pokedex, pokemon, swift, uikit
- Language: Swift
- Homepage:
- Size: 7.28 MB
- Stars: 125
- Watchers: 3
- Forks: 21
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README

[](https://github.com/Frog-Frog/Pokedex/blob/master/LICENSE)
[](https://github.com/Frog-Frog/Pokedex/actions?query=workflow%3ACI)
[](https://codecov.io/gh/Frog-Frog/Pokedex)
# Screenshot
## Pokemon
### List

### Detail

### Evolution Chain

## Item
### List

### Detail

# Demo
| Application | Spotlight | Today Extension |
| ---- | ---- | ---- |
|
|
|
|
# Testflight
This app is distributed in the TestFlight public test beta.
You can install the beta version of the app via TestFlight at this link.
[https://testflight.apple.com/join/pcLdaG8P](https://testflight.apple.com/join/pcLdaG8P)
# Requirements
- Xcode13.2.1+
- Swift5.5+
- iOS13+
- [Mint](https://github.com/yonaskolb/Mint)
- [XcodeGen](https://github.com/yonaskolb/XcodeGen)
# Using Tools and Libraries
## Resource
### Data
- [PokéAPI](https://pokeapi.co/)
### Image
- [pokemon.json](https://github.com/fanzeyi/pokemon.json)
## Develop Support Tools
- [SwiftGen](https://github.com/SwiftGen/SwiftGen)
- [SwiftLint](https://github.com/realm/SwiftLint)
- [Generamba](https://github.com/strongself/Generamba)
- [LicensePlist](https://github.com/mono0926/LicensePlist)
## Test Support Tools
- [Mockolo](https://github.com/uber/mockolo)
## Network
- [Alamofire](https://github.com/Alamofire/Alamofire)
## Image Loading
- [Nuke](https://github.com/kean/Nuke)
# Make .xcodeproj
Execute these commands in your terminal with the path of this project.
```ruby
$ make bootstrap
```
and
```
$ make project
```
# Architecture

# Authors
## iOS Engineer
**Tomosuke Okada**
[](https://twitter.com/intent/follow?screen_name=fr0g_fr0g) [](https://github.com/Frog-Frog)
## UI Designer
**Kotaro Minami**
[](https://twitter.com/intent/follow?screen_name=arice_kawamako)