Software project

Fitness tracker

collaboration type
group project
project type
Software project
project year
2024

Fitness tracker

This project was part of the "Software Development 2" course and involved developing a JavaFX-based fitness application. The app includes a login system and provides features like a calorie calculator, workout plan management, and statistical tracking of training progress. Users can create and manage workout plans, add exercises with specific details (sets, reps, weight), and view their progress through dynamically generated charts. The interface is user-friendly, with a sidebar navigation and clear visual representation of data, ensuring efficient interaction with the application.

Other projects

Contact me!

Feel free to reach out to me using the contact form below! Whether you have questions about my projects, collaboration opportunities, or just want to connect, I’d love to hear from you. I’ll get back to you as soon as possible.

Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
document.querySelectorAll('a[href^="#"]').forEach(anchor => { anchor.addEventListener('click', function (e) { e.preventDefault(); const target = this.getAttribute('href'); if (target.startsWith('#') && window.location.pathname !== '/') { window.location.href = `/${target}`; } else { document.querySelector(target)?.scrollIntoView({ behavior: 'smooth' }); } }); });