- Supported OS: iOS 13 and later
- Allows users in the same group to share tasks and set points for them, creating a ranking system
- Supports locking groups
- Utilizes the following tools:
- Realm
- Firebase
To install the buntan iOS app, follow these steps:
-
Clone the repository:
git clone https://github.com/your_username/buntan.git
-
Open the project in Xcode.
-
Install the required dependencies using CocoaPods:
cd buntan pod install
-
Build and run the app on a simulator or a physical device.
-
Launch the buntan app on your iOS device.
-
Create or join a group to collaborate with other users.
-
Share tasks within the group and set points for each task.
-
View the rankings based on the points assigned to each task.
-
Optionally, lock the group to restrict access to authorized members only.
The buntan iOS app relies on the following dependencies, which are managed using CocoaPods:
- Realm: A mobile database framework for iOS.
- Firebase: A backend platform that provides various services for mobile apps.
Make sure to install these dependencies before building and running the app.
This project is licensed under the MIT License.