https://github.com/clever-cottonmouth/personaltracking.api-web
Enhance recruitment, onboarding, performance, and development in employee management.
https://github.com/clever-cottonmouth/personaltracking.api-web
dotnetcore8 wpf
Last synced: about 1 year ago
JSON representation
Enhance recruitment, onboarding, performance, and development in employee management.
- Host: GitHub
- URL: https://github.com/clever-cottonmouth/personaltracking.api-web
- Owner: clever-cottonmouth
- License: mit
- Created: 2024-08-13T20:45:59.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-01T17:04:51.000Z (about 1 year ago)
- Last Synced: 2025-06-02T03:07:12.982Z (about 1 year ago)
- Topics: dotnetcore8, wpf
- Language: C#
- Homepage:
- Size: 292 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# 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.