This is a simple iOS application built using SwiftUI that fetches Pokemon data from the https://pokedex-bb36f.firebaseio.com/pokemon.json API and displays it in a user-friendly format.
- Fetches Pokemon data from the API.
- Displays a list of Pokemon with their names, images and type.
- Provides a detailed view for each Pokemon, showing additional information such as types and description.
- SwiftUI: A modern framework for building user interfaces across all Apple platforms.
- API: Utilizes the https://pokedex-bb36f.firebaseio.com/pokemon.json API to retrieve Pokemon data.
To run the project locally, follow these steps:
- Clone the repository to your local machine.
git clone https://github.com/vishalMalvi/PokemonApp.git
- Open the project in Xcode.
- Build and run the project on the iOS Simulator or a connected iOS device.
-
Upon launching the app, you will be presented with a list of Pokemon. You can scroll through the list to browse all available Pokemon.
-
When you tap on a Pokemon from the list, a detailed view will be displayed. This view provides more information about the selected Pokemon, including its types and description.