Skip to content

Commit

Permalink
finish read me
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasBernard03 committed Jul 24, 2023
1 parent a32841e commit e93ab4c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
Binary file added Images/demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


<p align="center">
<img src="=./Images/banner.png"/>
<img src="Images/Banner.png"/>
</p>

<p align="center">
Expand All @@ -13,12 +13,18 @@
</p>

<p align="center">
I created this Pokédex to improve my design skills with the swift UI framework. For the entire user interface, I tried to reproduce the following pokédex: <a href="https://pokedex-dev.vercel.app/">https://pokedex-dev.vercel.app/</a>
I created this Pokédex to improve my design skills with the swift UI framework. For the entire user interface, I tried to reproduce the pokédex of DamienToscano: <a href="https://pokedex-dev.vercel.app/">https://pokedex-dev.vercel.app/</a>
</p>
</br>

<img src="/Images/demo.gif" align="right" width="320"/>



https://github.com/ThomasBernard03/PokedexSwiftUI/assets/67638928/3ee1f4c8-3832-432b-aaa6-d1b7c50617ba
## 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.

0 comments on commit e93ab4c

Please sign in to comment.