https://github.com/ompreetham/habittracker
HabitTracker is a simple iOS app built using SwiftUI for tracking your daily habits. Designed for 100DaysOfSwiftUI.
https://github.com/ompreetham/habittracker
100daysofswiftui apple apple-ios habit habit-tracking habits ios ios17 ios18 swift swiftui xcode
Last synced: 8 months ago
JSON representation
HabitTracker is a simple iOS app built using SwiftUI for tracking your daily habits. Designed for 100DaysOfSwiftUI.
- Host: GitHub
- URL: https://github.com/ompreetham/habittracker
- Owner: OmPreetham
- License: mit
- Created: 2024-05-28T21:39:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-29T08:02:29.000Z (over 1 year ago)
- Last Synced: 2024-05-29T13:29:27.737Z (over 1 year ago)
- Topics: 100daysofswiftui, apple, apple-ios, habit, habit-tracking, habits, ios, ios17, ios18, swift, swiftui, xcode
- Language: Swift
- Homepage:
- Size: 299 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HabitTracker
HabitTracker is a simple iOS app built using SwiftUI for tracking your daily habits. Designed for 100DaysOfSwiftUI.
## Features
- **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.## Screenshots




## Installation
1. Clone or download this repository.
2. Open the project in Xcode.
3. Build and run the app on a simulator or your iOS device.## Usage
1. Launch the app.
2. Tap on the "+" button in the top right corner to add a new habit.
3. Fill in the habit name and description, then tap "Save".
4. Your new habit will appear in the list. Swipe left to increase its count or swipe right to delete it.
5. Tap on a habit to view its details and track its progress.## Requirements
- iOS 14.0+
- Xcode 13.0+
- Swift 5.5+## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE.md) file for details.