👨🎓 Codecademy Certification: Learn Swift
📁 Project Type: Certification Project
📅 Date Completed: May 2025
This project creates a simplified version of a Pokédex using Swift structs
and arrays. It stores and prints Pokémon data, showcasing how to use structured data and loop through collections in Swift.
- Defining and initializing
structs
- Storing structured objects in arrays
- Iterating through data with loops
- Formatting and printing information clearly
swift pokedex.swift