https://github.com/frog-frog/pokedex-swiftui
Pokedex is iOS application using PokeAPI.
https://github.com/frog-frog/pokedex-swiftui
Last synced: about 1 year ago
JSON representation
Pokedex is iOS application using PokeAPI.
- Host: GitHub
- URL: https://github.com/frog-frog/pokedex-swiftui
- Owner: Frog-Frog
- License: mit
- Created: 2020-06-19T21:29:56.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-09-21T04:55:01.000Z (over 4 years ago)
- Last Synced: 2025-01-24T06:27:40.322Z (over 1 year ago)
- Language: Swift
- Homepage:
- Size: 3.24 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README

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

- PokemonDetail


# Demo
## Application

## Spotlight

## Today Extension

# Requirements
- Xcode11.4+
- Swift5.2+
- [Mint](https://github.com/yonaskolb/Mint)
- [XcodeGen](https://github.com/yonaskolb/XcodeGen)
- [Carthage](https://github.com/Carthage/Carthage)
# Using Tools and Libraries
## API
- [PokéAPI](https://pokeapi.co/)
## Image Resource
- [pokemon.json](https://github.com/fanzeyi/pokemon.json)
## Tools
- [SwiftGen](https://github.com/SwiftGen/SwiftGen)
- [SwiftLint](https://github.com/realm/SwiftLint)
- [Generamba](https://github.com/strongself/Generamba)
## 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)