# ACHNBrowserUI **Repository Path**: mirrors_steipete/ACHNBrowserUI ## Basic Information - **Project Name**: ACHNBrowserUI - **Description**: Animal Crossing New Horizon items catalog in SwiftUI - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-26 - **Last Updated**: 2026-03-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Swift 5.2](https://img.shields.io/badge/swift-5.2-ED523F.svg?style=flat)](https://swift.org/download/) ![Xcode Build](https://github.com/Dimillian/ACHNBrowserUI/workflows/Xcode%20build/badge.svg?branch=master) [![@dimillian](https://img.shields.io/badge/contact-@dimillian-5AA9E7.svg?style=flat)](https://twitter.com/dimillian) [You can now download the app on the App Store!](https://apps.apple.com/us/app/ac-helper/id1508764244?ls=1) # Animal Crossing New Horizon SwiftUI application! ![Image](images/promo2.png?) This is a full featured Animal Crossing helper application entirely in SwiftUI. # Features * Dashboard to track your fishes, bugs, collection progress and active events. * See the active critters this month and catch em all! * Turnips price tracking and predictions with daily push notifications. * Turnip.exchange integration. * Nookazon integration. * Full catalog browser with filter, sorting and search. * Villagers list. * Bookmark anything in the app to add it to your collection. * iOS, iPad and macOS (Catalyst support)! You can use this application for learning about SwiftUI and Combine. It uses a very standard view, and view model architecture with full use of @State, @Binding, @Published, Observed and Observable object. ## Credits This is just a very simple SwiftUI application, all the database hard work have been done on the [master sheet](https://docs.google.com/spreadsheets/d/1Hxrdp7oxtK-J5x9u1-rzChUpLtkv3t0_kNGdS6dtyWI/edit#gid=2031086626) by the community. And [u/Azarro](https://www.reddit.com/user/Azarro/) made an awesome JSON API from that google sheet. (private for now). As the API is private the app use a local dump of the API at the moment. Thanks to [Turnip.exchange](https://turnip.exchange/) for the turnips exchange API. Thanks to [ACNH API](http://acnhapi.com/) for the API that allow us to display villagers and their icons/images. Thanks to [Nookazon](https://nookazon.com/) for item listings and trading platform. Thanks to [Shihab](https://twitter.com/JPEGuin) for the app icons.