Skip to content

Abraam00/Calorie-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Calorie-tracker

This program is written using Java swing.

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages