Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 542 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 542 Bytes

Fitness-Tracker

How To Run

javac FitnessTracker.java

Use "javac FitnessTracker.java" to compile the code.

java FitnessTracker

Use "java FitnessTracker" to run the program.

About

This program allows users to efficiently store their daily nutritional data, including their calories, protein, and carbohydrates. They can also calculate calories burned from an activity, and set goals for their nutritional needs. Data is stored in txt files whenever the program is closed through the 'X' in the top right of the application.