Skip to content

A diet and wellness manager application built with Java and JavaFX using Software Design Principles and Patterns

Notifications You must be signed in to change notification settings

FredAmartey/DietManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DietManager

A diet and wellness manager application built with Java and JavaFX using Software Design Principles and Patterns

Prerequisites

  • Java 8
  • IntelliJ - as developer platform

Instructions (Compiling)

  1. Add library and .jar dependencies in IntelliJ IDE project structure (the opencsv-5.0.jar and the commons-lang library). You need both to run the program.
  2. Run the DietManager class.

Instructions (Using JAR file)

  • Double click the "WellnessManager.jar"
  • NOTE: exercise.csv, foods.csv, and log.csv must all be in the same directory as the .JAR file

Guide

  • You can add and delete basic foods and recipes, and exercises.
  • You can log a food, exercise, weight, or calorie goal by date.
  • You can change the date that you are working with.
  • You can see a breakdown of the entries from the selected date and a graph.

BUGS:

You cannot delete an entry from the log.

About

A diet and wellness manager application built with Java and JavaFX using Software Design Principles and Patterns

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages