https://github.com/rmiguelkelly/recipeapp
A Test Recipe App
https://github.com/rmiguelkelly/recipeapp
Last synced: 2 months ago
JSON representation
A Test Recipe App
- Host: GitHub
- URL: https://github.com/rmiguelkelly/recipeapp
- Owner: rmiguelkelly
- Created: 2024-12-13T21:24:52.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-12-13T21:45:39.000Z (10 months ago)
- Last Synced: 2025-04-01T19:39:57.191Z (7 months ago)
- Language: Swift
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Steps to Run the App
Just click the xcodeproj and press the play button in XCode### Focus Areas: What specific areas of the project did you prioritize? Why did you choose to focus on these areas?
Testablity and dependency injection as well as UI design### Time Spent: Approximately how long did you spend working on this project? How did you allocate your time?
Around 8 hours focusing mainly on the UI as well as ensuring SOLID principles### Trade-offs and Decisions: Did you make any significant trade-offs in your approach?
There was no significant tradebacks with the descicions I made however I did sacrifice some UI design and additional features for the time available### Weakest Part of the Project: What do you think is the weakest part of your project?
More edge cases should have been handled such as if a field in the recipe was missing how would the app handle it### Additional Information: Is there anything else we should know? Feel free to share any insights or constraints you encountered.
The app was a great learnign experience and a great opportunity to show my iOS skills