- Penelope Lai
- Yingfan Zhu
- Yueyi Zhu
wakuwaku is an innovative Apple Watch app designed to bring excitement and wellness to daily life. Inspired by the Japanese term "Wakuwaku," meaning anticipation and joy, the app delivers personalized health tips in three key categories:
- Stress & Anxiety
- Sports & Sleep
- Nutrition
With a minimalist interface, customizable themes, and timely daily notifications, Wakuwaku ensures users stay engaged and motivated without feeling overwhelmed. Built using Swift, SwiftUI, and WatchKit, the app leverages the unique strengths of watchOS to provide an accessible, seamless, and enjoyable health management experience—right on your wrist.
"Health tips are always just a glance away, right on your wrist."
Watch the presentation video for Wakuwaku by clicking the link below:
Wakuwaku Presentation Video
-
Download the Code:
Clone or download the repository from GitHub by running the following command in your terminal:git clone https://github.com/laixinran/wakuwaku_MCIThackathon.git
-
Open in Xcode: Open the downloaded project in Xcode. Ensure you have the latest versions of iOS and watchOS simulators installed.
-
Build and Test: Click the Run button (the triangle icon in the top-left corner of Xcode). Select the appropriate simulator from the popup window to preview and test the app.
*The notification push feature currently requires a $99 Apple Developer Program enrollment fee for testing, which we have opted not to purchase for this demo version. Therefore, the Notification functionality is implemented in separate files: Notification.swift and main.swift.