Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 1.05 KB

README.md

File metadata and controls

27 lines (14 loc) · 1.05 KB

Heart Rates App

This was my final project for Computer Science II, a heart rate app in Java using JavaFX and SceneBuilder that takes a user's birthday and returns their age, their maximum heart rate, and their target heart rate range. UI was built in SceneBuilder, and the backend work in Java using IntelliJ and Sublime.

Author

Colors Used in Application

Color Hex
Top Red #ff6e61 #0ff6e61
Off-White BG #f9f9f9 #f9f9f9
Text #000000 #000000

Roadmap / Goals for the Project

  • Modernize the UI, and expand the project to include more features.

  • Add user accounts and be able to save specific user data for display.

  • Add support for multiple languages in the application.