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.
- Host: GitHub
- URL: https://github.com/aung-khantkyaw/fitnesstracker
- Owner: aung-khantkyaw
- Created: 2025-04-26T14:24:07.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-20T13:45:43.000Z (11 months ago)
- Last Synced: 2025-08-20T15:36:15.029Z (11 months ago)
- Topics: csharp, windows-forms-app, windows-forms-csharp-dotnet
- Language: C#
- Homepage:
- Size: 1.01 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.