You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Pokémon Search App is a frontend application designed to offer an intuitive user experience for discovering Pokémon information. Users can search for Pokémon using either their name or unique identification number (ID). The app fetches and displays detailed Pokémon data, including images, by utilizing the freeCodeCamp PokeAPI Proxy.
A sample app as part of my iOS Development learning. It uses UI built with UIKit (using Storyboard) and uses IBOutlets e IBAction Patterns for app's navigation.