jitacm / -30DaysDevChallenge-

Welcome to the 30DayDevChallenge repository! This repository is dedicated to a month-long coding challenge designed to help developers of all levels enhance their skills through daily coding tasks and projects.
19 stars 27 forks source link

Personal Workout Tracker / 30_Days_Of_Java #342

Open AnshNikhare opened 2 months ago

AnshNikhare commented 2 months ago

Project Proposal - Personal Workout Tracker

Overview

The Personal Workout Tracker is a Java-based desktop application designed to help fitness enthusiasts track their workout progress, set goals, and monitor achievements. This user-friendly tool allows users to log exercises, record sets, reps, and weights, and view their progress over time.

Features

  1. Exercise Logging: Users can input exercise details including name, sets, reps, and weight.
  2. Progress Tracking: The application stores workout data and allows users to view their exercise history.
  3. Goal Setting: Users can set fitness goals for specific exercises.
  4. Data Persistence: Workout data and goals are saved locally, ensuring information is retained between sessions.
  5. Simple GUI: Built with Java Swing for an intuitive user interface.

Technical Specifications

Future Enhancements

Resources Required

github-actions[bot] commented 2 months ago

Thank you for creating this issue! 🎉

We'll look into it as soon as possible. In the meantime, please make sure to provide all the necessary details and context. If you have any questions or additional information, feel free to add them here. Your contributions are highly appreciated! 😊

You can also check our [CONTRIBUTING.md] for guidelines on contributing to this Domain.

Shlokwankhade commented 2 months ago

Go Ahead