https://github.com/amoghjos2/swiftshowcase
This is a side project developed to showcase my iOS development skills through a simple, clean, and functional application.
https://github.com/amoghjos2/swiftshowcase
swift swiftui xcode
Last synced: 11 months ago
JSON representation
This is a side project developed to showcase my iOS development skills through a simple, clean, and functional application.
- Host: GitHub
- URL: https://github.com/amoghjos2/swiftshowcase
- Owner: amoghjos2
- Created: 2025-04-14T21:20:58.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-04-23T00:28:38.000Z (11 months ago)
- Last Synced: 2025-04-23T00:30:04.114Z (11 months ago)
- Topics: swift, swiftui, xcode
- Language: Swift
- Homepage:
- Size: 1.85 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SwiftShowcase
## Requirements
- Use the [Perenual API](https://perenual.com/docs/api) to fetch plant data.
- Implement a two-screen iOS application:
- **First screen**: List of plant species.
- **Second screen**: Detailed view of the selected species.
## Solution: 🚧 In Progress

### TODO:
1. Understand Factory Pattern more and implement it correctly
2. Look into coodordinator pattern more
3. Make changes which Andre suggested