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

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.

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.