Cross-platform Tip Calculator built with .NET MAUI
Calculate tips, split bills, and round totals with ease while respecting your system’s default currency and theme.
- 💰 Bill Input with automatic system currency formatting
- 🎚️ Tip Percentage Slider with numeric entry
- 👥 Split Between People with live adjustment
- 🔄 Rounding Option for total amount
- 📱 Responsive UI for Android, iOS, Windows, and macOS
- 📤 Share Breakdown via native sharing options
- 🌓 Dark Mode support out of the box
- .NET 9 SDK
- Visual Studio 2022/2023 with MAUI workload
git clone https://github.com/iNoles/TipMate.git
cd TipMate
dotnet build
dotnet maui run
- .NET MAUI
- CommunityToolkit.Maui for enhanced UI components
- System.Globalization for culture-aware formatting
Pull requests are welcome! Feel free to open an issue for feature requests or bugs.