diff --git a/Images/demo.gif b/Images/demo.gif new file mode 100644 index 0000000..e4b00a9 Binary files /dev/null and b/Images/demo.gif differ diff --git a/README.md b/README.md index 90deaf0..6560c73 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@

- +

@@ -13,12 +13,18 @@

-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: https://pokedex-dev.vercel.app/ +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: https://pokedex-dev.vercel.app/


+ - - -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.