Skip to content

iNoles/TipCalculator

Repository files navigation

TipCalculator

A simple cross-platform tip calculator built with .NET MAUI, allowing users to calculate tips easily.

Features

  • Calculate tip based on the bill amount and selected tip percentage.
  • Split the bill among multiple people.
  • Cross-platform: Runs on Android, iOS, MacCatalyst, and Windows using .NET MAUI.

Screenshots

TipCalculator Demo

Getting Started

Prerequisites

  • Install the latest version of .NET 8

  • Install .NET MAUI workload on your development machine.

Clone the Repository

git clone https://github.com/iNoles/TipCalculator.git
cd TipCalculator

Run and Build

dotnet build
dotnet run