The Introduction to CareKit sample is a demonstration of Apple's CareKit framework. Explore the six CareKit modules and a fully-featured health app to track a user's wellness.
This sample is part of a full 3-part CareKit tutorial available at beachsidecoders.com/introduction-to-carekit.
Navigate to your desired directory and clone the repository (and CareKit as the submodule):
git clone --recursive https://github.com/beachsidecoders/carekit-intro-sample.git
For a specific part, clone it from one of the branches:
git clone -b part-1 --recursive https://github.com/beachsidecoders/carekit-intro-sample.git
This sample is licensed under the MIT license. See LICENSE.txt for more details.
If you have any questions or encounter any bugs, feel free to open an issue.
This sample is provided by Beachside Coders™. Beachside Coders provides high quality resources for iOS development from comprehensive tutorials to consulting services. For additional iOS resources, please visit beachsidecoders.com.