This app is an habit tracker which means you can create habits you have to achieved as a quest.
The design/UI is mostly inspired from Apps4World but I've add a modify some elements.
- Navigation between different views.
- Usage of dates and calendar.
- Gestures
- Charts
Before running the program, make sure you have the following:
- Xcode installed on your macOS machine.
-
Clone this repository to your local machine using:
git clone https://github.com/ThibaultGiraudon/HabitTracker.git
-
Open the project in Xcode by double-clicking the
.xcodeproj
file.
- Build and run the program using Xcode.
- Explore the different SwiftUI views and interactions.
- Modify the code to experiment with SwiftUI features and customize the app to your needs.