Java GUI application for users to record their workouts. I made this project to strengthen my understanding of Object-Oriented Programming.
- Java
- JUnit
- JSON Serialization
The easiest way to run the project is to open is up in an IDE like IntelliJ or VS Code.
- Open the project directory in your favourite IDE
- Navigate to workout-journal/src/ui/Main.java
- Right click on Main.java and select "Run Java"
- Start building your workout!
- As a user, I want to be able to add a new exercise to my workout.
- As a user, I want to be able to remove an exercise from my workout.
- As a user, I want to be able to save the state of the application to file.
- As a user, I want to be able to load the state of the application from file.