Welcome | Create Appmark | Main Content | Group |
---|---|---|---|
Appmarks is an iOS app developed with SwiftUI that lets you bookmark apps from the AppStore.
I've been wanting to learn to develop iOS apps with SwiftUI, but hadn't been able to come up with any ideas for a starter project. After coming across this tweet reply archived tweet I decided this is what I would build.
I wish the app store had a way to bookmark apps.
I'm completely new to Swift and SwiftUI, (coming from a Java/PHP/ObjC background), so if I'm doing something wrong, feel free to let me know!
Currently implemented features:
- Bookmark apps from AppStore URLs on your Clipboard.
- Bookmarked apps list show the app name, icon, developer and price.
- Tap to view the app on the AppStore.
- Swipe to remove bookmarked apps.
- Share apps directly from the AppStore into Appmarks.
- Create groups to organise bookmarked apps with a custom title.
When an AppStore link is provided, the App ID is parsed from the URL and a request is made to the iTunes Search API to retrieve its metadata.
MIT