Skip to content

The application is used to track user's weight over a specific period of time.

License

Notifications You must be signed in to change notification settings

Mskat/weight-tracker-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weight Tracker App

The application is used to track user's weight over a specific period of time.

Table of Contents

General info

The project has been created in cooperation with the participants of the Facebook group which I was part of. The group's goal was to learn programming in Java and to acquire cooperation skills in a team.

Technologies

  • Java 8+
  • Maven
  • Setup

    You should define the "path" variable before running the program. It allows you to choose the location of saving/reading your files. You can do that in WeightTrackerLauncher class in methods:

    saveDataToFile()
    showUser()
    

    Next go to weight-tracker-app/src/main/java directory.
    Run the commands:

    javac com/zur/tracker/WeightTrackerApp.java
    java com.zur.tracker.WeightTrackerApp
    

    Features

    1. Saving user's:
      • name
      • weight
      • weighting date
    2. Saving data in separate text files for each user.
    3. Saving user's data in any location.
    4. Viewing saved data.

    Sources

    The inspiration to create the application was found at www.flaviocopes.com

    About

    The application is used to track user's weight over a specific period of time.

    Resources

    License

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published

    Languages