Skip to content

Latest commit

 

History

History
48 lines (37 loc) · 1.48 KB

File metadata and controls

48 lines (37 loc) · 1.48 KB

PersonalTracking

A personal tracking application built with .NET MAUI that helps users monitor and manage their daily activities, habits, and goals.

Project Description

PersonalTracking is a cross-platform mobile application that allows users to:

  • Track daily activities and habits
  • Set and monitor personal goals
  • View progress and statistics
  • Manage tasks and reminders

Project Structure

PersonalTracking/
├── PersonalTracking/              # Main MAUI project
│   ├── App.xaml                   # Application entry point
│   ├── App.xaml.cs
│   ├── AppShell.xaml             # Main navigation shell
│   ├── AppShell.xaml.cs
│   ├── Views/                    # UI pages and views
│   ├── ViewModels/              # View models for MVVM pattern
│   ├── Models/                  # Data models
│   ├── Services/                # Business logic and services
│   └── Resources/               # App resources (images, styles, etc.)
│
├── PersonalTracking.Tests/       # Unit test project
│   └── Tests/                   # Test classes
│
└── README.md                    # Project documentation

Getting Started

  1. Clone the repository
  2. Open the solution in Visual Studio 2022
  3. Build and run the application

Requirements

  • Visual Studio 2022
  • .NET 7.0 or later
  • MAUI workload installed

License

This project is licensed under the MIT License - see the LICENSE file for details.