https://github.com/ebolblga/caloriescalculator
Desktop App to calculate your daily calories on C# Windows Forms App (.NET Framework) with SQLite
https://github.com/ebolblga/caloriescalculator
desktop sqlite windows-forms
Last synced: 2 months ago
JSON representation
Desktop App to calculate your daily calories on C# Windows Forms App (.NET Framework) with SQLite
- Host: GitHub
- URL: https://github.com/ebolblga/caloriescalculator
- Owner: ebolblga
- License: gpl-3.0
- Created: 2022-04-01T21:17:55.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-19T19:32:47.000Z (about 4 years ago)
- Last Synced: 2025-07-14T04:41:09.813Z (11 months ago)
- Topics: desktop, sqlite, windows-forms
- Language: C#
- Homepage:
- Size: 205 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Calories Calculator
### Desktop application to calculate your daily calories on C# Windows Forms App (.NET Framework)

This app will help you lose weight and build healthy habits!
### Functionality:
Uses SQLite database to store your food's and drinks right inside the executable.
After you enter food name it will try to find if it's already in database. If yes it will fill in the rest of data automatically. If not you will need to fill it by yourself.
Calculates total calories for each day and builds chart.