Skip to content

Fitness Tracker: C# Windows Forms app to track workouts, monitor progress, and achieve fitness goals using a local database.

Notifications You must be signed in to change notification settings

aung-khantkyaw/FitnessTracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fitness Tracker

Overview

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.

Features

  • Track daily workouts and exercises.
  • Monitor progress with detailed statistics.
  • Set and achieve fitness goals.
  • User-friendly interface.

Installation

  1. Clone the repository:
    git clone https://github.com/aung-khantkyaw/fitness-tracker.git
  2. Open the project in Visual Studio 2022.
  3. Ensure the FitnessTracker.mdf database is properly attached in the SQL Server Object Explorer.

Usage

  1. Build and run the application in Visual Studio.
  2. Use the interface to log workouts, set goals, and view progress.

Contributing

Contributions are welcome! Please follow these steps:

  1. Fork the repository.
  2. Create a new branch:
    git checkout -b feature-name
  3. Commit your changes:
    git commit -m "Add feature-name"
  4. Push to your branch:
    git push origin feature-name
  5. Open a pull request.

About

Fitness Tracker: C# Windows Forms app to track workouts, monitor progress, and achieve fitness goals using a local database.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages