A cross-platform mobile and desktop application designed to help parents manage and track daily baby care activities. Built with .NET MAUI, BabyBuddyHelper provides a simple yet effective way to organize feeding times, diaper changes, sleep schedules, and other essential tasks.
- Task Management: Create, update, and track baby care tasks with ease
- Priority Levels: Assign priorities to tasks for better organization
- Progress Tracking: Mark tasks as completed and maintain a history
- Cross-Platform: Available on iOS, Android, macOS, and Windows
- Responsive UI: Optimized interface for mobile phones and desktop devices
- .NET MAUI: Cross-platform app framework
- .NET 10: Latest .NET runtime
- C#: Primary programming language
- XAML: UI markup language
- .NET 10 SDK
- Visual Studio 2026 Community or later (with MAUI workload)
- Platform-specific requirements:
- iOS: Xcode and macOS development environment
- Android: Android SDK and emulator/device
- Windows: Windows 10 or later
- macOS: macOS Catalina or later
-
Clone the repository:
git clone https://github.com/MatheusCastro99/BabyBuddyHelper.git cd BabyBuddyHelper -
Restore NuGet packages:
dotnet restore
-
Build the project:
dotnet build
- Launch the application on your target platform
- Create a new task by clicking "Add Task"
- Fill in task details including name, description, and priority level
- View your tasks on the main dashboard
- Mark tasks as completed when finished
BabyBuddyHelper/
├── Models/ # Data models (TaskModel, etc.)
├── Pages/ # XAML pages and code-behind
├── Services/ # Business logic and data services
├── Platforms/ # Platform-specific implementations
├── Resources/ # Images, fonts, and other assets
├── MauiProgram.cs # Application configuration
└── App.xaml # Main application definition
For now, this project is solo and contributions are not being accepted. That might change in the near future.
- Microsoft Software and Systems Academy,
- Cloud Application Development - PCAD21
For issues, questions, or suggestions, please open an issue on the GitHub Issues page.
Author: Matheus Castro
Repository: MatheusCastro99/BabyBuddyHelper