https://github.com/ysoftware/calcal
https://github.com/ysoftware/calcal
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ysoftware/calcal
- Owner: ysoftware
- Created: 2024-04-29T09:25:48.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-14T14:10:14.000Z (10 months ago)
- Last Synced: 2025-06-12T15:06:41.797Z (9 months ago)
- Language: Swift
- Size: 1.69 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 2024
Breakfast - 166 kcal
- Cappuccino, 45 kcal
- Banana, 1, 121 kcal
- Total: 166 kcal
```
### Simple Backend for data sync
https://github.com/ysoftware/Calcal-backend