HabitTracker is a simple iOS app built using SwiftUI for tracking your daily habits. Designed for 100DaysOfSwiftUI.
- Add New Habit: Easily add new habits with a name and description.
- Track Progress: Increment the count of your habits each time you complete them.
- Edit and Delete: Edit existing habits or delete them as needed.
- Persistent Storage: All your habits are stored locally using UserDefaults.
- Clone or download this repository.
- Open the project in Xcode.
- Build and run the app on a simulator or your iOS device.
- Launch the app.
- Tap on the "+" button in the top right corner to add a new habit.
- Fill in the habit name and description, then tap "Save".
- Your new habit will appear in the list. Swipe left to increase its count or swipe right to delete it.
- Tap on a habit to view its details and track its progress.
- iOS 14.0+
- Xcode 13.0+
- Swift 5.5+
This project is licensed under the MIT License - see the LICENSE file for details.