An open API service indexing awesome lists of open source software.

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.

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
![system design](https://i.ibb.co/35jVVR62/Screenshot-2025-04-16-at-2-03-33-AM.png)

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