An open API service indexing awesome lists of open source software.

https://github.com/aung-khantkyaw/fitnesstracker

Fitness Tracker: C# Windows Forms app to track workouts, monitor progress, and achieve fitness goals using a local database.
https://github.com/aung-khantkyaw/fitnesstracker

csharp windows-forms-app windows-forms-csharp-dotnet

Last synced: 11 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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:
```bash
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:
```bash
git checkout -b feature-name
```
3. Commit your changes:
```bash
git commit -m "Add feature-name"
```
4. Push to your branch:
```bash
git push origin feature-name
```
5. Open a pull request.