An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Calories Calculator
### Desktop application to calculate your daily calories on C# Windows Forms App (.NET Framework)
![image](https://user-images.githubusercontent.com/82185066/162077470-6ac6def9-c0ac-49c5-9272-fbf9f6935708.png)

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.