- Limited apps assisting foragers track local foraging spots.
- Existing apps are old fashioned and do not have a modern design.
- Create an app which helps foragers track and manage foraging spots around them, with a clean and easy to use interface.
-
iNaturalist allows users to create an account and mark on a map a plant/foraging spot they've discovered, allowing all users to visit and view the spot.
-
I found through discussing Foraging Apps with a reddit forum that this can be problematic as it can provoke reckless individuals destroying greenland.
-
Individuals on this forum also identified that they preferred a private account where they could mark a foraging spot on a map that only they can see.
-
This would be beneficial as greenland doesn't get destroyed and the forager can keep track of all their foraging spots.
-
In addition to this, the UI is not aestically pleasing, providing no useful information to the user besides a marker.
- Firebase
- SDWebImageSwiftUI
- A simple foraging app, allowing users to track and manage their forraging spots.
- Project was made using SwiftUI
- MVVM Design Pattern
- Dark/Light Mode Feature
- Async/Await
- The user can create posts which are linked with their current location or a location of their choosing.
- The post can be liked, edited and deleted completely from the database.
- The user can search for posts they've posted, with all actions the user performing occuring live, for example, if the user likes the post from the explore page, the like is visible on the post. Therefore, all actions are in real-time.
- The user can share and rate the app from within the app.
- The user can delete their account.
- Focus states have been added for a better user experience, the user is moved to the next textfield automatically instead of manually pressing it.
- When creating a post, validation has been added to prevent the user from not filling out all textfields.
In comparison to iNaturalist, the home page provides a user enriched experience, showing the user an image and name of the plant. Providing the user with a modern design which they would be more familiar with than a map pin.



