iCalories is a Swift-based iOS application designed to help users track their daily calorie intake. With a simple and intuitive interface, users can easily log the foods they consume and monitor their calorie consumption throughout the day.
˚˚˚
- Add Food: Users can add new food items along with their respective calorie counts to the app.
- Delete Food: Easily remove food entries from the list with a swipe gesture or by using the edit button.
- Track Calorie Intake: The app calculates and displays the total calorie intake for the current day.
- Dynamic Navigation: Navigate seamlessly through the app using the navigation bar and navigation links.
- Persistent Data: Data is stored using CoreData, ensuring that user entries are saved even after closing the app.
To get started with iCalories, follow these steps:
- Clone the Repository: Clone this repository to your local machine using
git clone https://github.com/your-username/iCalories.git
. - Open in Xcode: Open the project in Xcode by double-clicking the
iCalories.xcodeproj
file. - Build and Run: Build and run the project in the Xcode simulator or connect your iOS device and run the app directly on it.
- iOS 14.0+
- Xcode 12.0+
- Swift 5.0+
Contributions are welcome! If you find any bugs or have suggestions for improvements, please open an issue or submit a pull request. For major changes, please open an issue first to discuss what you would like to change.
This project is licensed under the MIT License - see the LICENSE file for details.