https://github.com/ysoftware/calcal
https://github.com/ysoftware/calcal
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ysoftware/calcal
- Owner: ysoftware
- Created: 2024-04-29T09:25:48.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-05T12:17:19.000Z (4 months ago)
- Last Synced: 2025-03-13T05:42:44.000Z (2 months ago)
- Language: Swift
- Size: 1.58 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Calcal - The Calorie calculator
_iOS / macOS app that helps me count my calories_### My approach
- There is no calorie limit per day
- The original format is basically text, I used to do this in a text file, but it was still annoying to do calculations
- The goal is to learn how many calories are in food and to get good habits### Format of data
There are multiple entries
Day's entry consists of date, section and day's total
Meal section has items which are name, quantity and calories##### Example
```
Date: 7 April 2024Breakfast - 166 kcal
- Cappuccino, 45 kcal
- Banana, 1, 121 kcal- Total: 166 kcal
```### Simple Backend for data sync
https://github.com/ysoftware/Calcal-backend