Fitness Tracker is a C# Windows Forms application designed to help users monitor and improve their fitness journey. It provides tools to track workouts, monitor progress, and achieve fitness goals. The application uses a local database (FitnessTracker.mdf
) to store user data.
- Track daily workouts and exercises.
- Monitor progress with detailed statistics.
- Set and achieve fitness goals.
- User-friendly interface.
- Clone the repository:
git clone https://github.com/aung-khantkyaw/fitness-tracker.git
- Open the project in Visual Studio 2022.
- Ensure the
FitnessTracker.mdf
database is properly attached in the SQL Server Object Explorer.
- Build and run the application in Visual Studio.
- Use the interface to log workouts, set goals, and view progress.
Contributions are welcome! Please follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature-name
- Commit your changes:
git commit -m "Add feature-name"
- Push to your branch:
git push origin feature-name
- Open a pull request.