It allows the user to select a food or drink item from a list and enter how much it weighs so that the total amount of calories to be calculated and added to another list. The user can enter all of their food intake and the app will calculate how many calories they have had so far. The app saves the list of food with the amount of calories with the day number in a text file upon exiting. There is a simple BMI calculator added to help the user determine their daily amount of calories based on their height, weight and goal. The app uses linear search which makes my time complexity O(n). It can be improved by using a hashmap. Please, note that this app was made before I was introduced to the hashmap data structure.
Abraam00/Calorie-tracker
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|