omarkhan03 / NutritionTracker

A desktop app I developed with Carter Tam that tracks the user's nutrient intake over time and provides calculated data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CPSC233W22ProjectDemo3

Course: CPSC 233

Names: Carter Tam and Omar Khan

Date: Feb 28, 2022

Tutorial: T06 (Amirhossein)

Directions to run:

Open the directory containing the .jar file in the terminal Locate the javafx SDK on your computer Enter the following command: java --module-path "<insert the path of the javafx sdk 'lib' directory here>" --add-modules javafx.controls,javafx.fxml -jar CPSC233ProjectDemo3.jar

For example, we would run the command java --module-path "C:\Program Files\Java\javafx-sdk-17.0.2\lib" --add-modules javafx.controls,javafx.fxml -jar CPSC233ProjectDemo3.jar

About

A desktop app I developed with Carter Tam that tracks the user's nutrient intake over time and provides calculated data.


Languages

Language:Java 100.0%