Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/heyjaywilson/pokedex
https://github.com/heyjaywilson/pokedex
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/heyjaywilson/pokedex
- Owner: heyjaywilson
- Created: 2022-11-18T21:58:08.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-21T02:46:29.000Z (almost 2 years ago)
- Last Synced: 2024-05-02T01:05:37.008Z (7 months ago)
- Language: Swift
- Size: 42 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pokedex
iOS Pokedex app built on Jay's [Twitch](https://twitch.tv/heyjaywilson) and when they have time. It's being built in SwiftUI and in a modularized way. Each feature will have it's own Swift Library.
## Structure
- `./App` - Package for all features
- `./App/Sources/App` - nothing for now
- `./App/Sources/PokeApiService` - Interface that communicates with the PokeAPI
- `./App/Sources/PokeList` - The list of pokemon
- `./App/Sources/Utilities` -Functions and structures that help out different parts of the app
- `./Pokedex` - App Project
- `./Pokedex/Views` - Parent Views that launch into the feature libraries## Libraries used
- AlamoFire
- SFSafeSymbols