View on GitHub

Programming2Portfolio

Fitness Tracker

alt text

This is a basic fitness tracker program developed as an Internal Assessment Project for IB Computer Science, 2017-2018. This program is designed to act as a fitness tracker, by accepting step counts and hours slept on a daily basis. The program will store this information and track the fulfillment of step and sleeping goals (these are stored and can be modified at any time).

Code

alt text

This calculator application was made using Java. The application uses Java Swing to display the GUI. The application uses FileWriter and BufferReader to store and load data in an external .csv file.

You can view the source code on Github here.

BACK