Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 911 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 911 Bytes

Pokedex SwiftUI

API API

I created this Pokedex to improve my design skills with the swift UI framework. For the entire user interface, I tried to reproduce the pokédex of DamienToscano: https://pokedex-dev.vercel.app/


Resume

  • Swift 5
  • Swift UI
  • MVVM
  • Images lazy loaded
  • Get all pokemons, moves, and items from JSON file
  • API grabber available in files : I used a C# console application to retrieve all the data from the Poké API. I saved this data in JSON files. This avoided unnecessary calls.