Swift-Pokedex is an iOS app that allows users to browse and search for information about different Pokémon. The app provides details about each Pokémon's stats, moves, types, and more. It also includes a favorites feature, which allows users to save their favorite Pokémon for quick access.
To install Swift-Pokedex, follow these steps:
- Clone the repository:
git clone https://github.com/cconner57/Swift-Pokedex.git
- Open the project in Xcode:
open Swift-Pokedex.xcodeproj
- Build and run the app in the iOS Simulator or on a physical iOS device.
To use Swift-Pokedex, open the app on your iOS device or simulator. From there, you can browse the list of Pokémon, search for specific Pokémon, view details about each Pokémon, and add your favorite Pokémon to your favorites list.
Swift-Pokedex provides the following features:
- Browse and search for information about different Pokémon
- View details about each Pokémon's stats, moves, types, and more
- Add Pokémon to a favorites list for quick access
- Dark mode support
Contributions are welcome! To contribute to Swift-Pokedex, follow these steps:
- Fork the repository
- Create a new branch:
git checkout -b my-new-feature
- Make changes and commit:
git commit -am 'Add new feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request
Please make sure to update tests as appropriate.
Swift-Pokedex is licensed under the MIT License. See LICENSE
for more information.
The data for Swift-Pokedex was obtained from the PokéAPI, a free and open-source Pokémon database API.