A personal tracking application built with .NET MAUI that helps users monitor and manage their daily activities, habits, and goals.
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
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
- Clone the repository
- Open the solution in Visual Studio 2022
- Build and run the application
- Visual Studio 2022
- .NET 7.0 or later
- MAUI workload installed
This project is licensed under the MIT License - see the LICENSE file for details.