This Pokedex app was built using SwiftUI, allowing users to explore and search for Pokémon with a beautifully designed interface.
PokeAPI is a RESTful Pokémon API that provides a lot of Pokémon data, including Pokémon, moves, abilities, types, and more.
Layered architecture
, MVVM(Model-View-ViewModel)
is used in this project.