Dead simple tip calculator app that operates on pre-tax amount
Go to file
Kay Faraday 4c428d96f4 add README and License 2023-06-06 14:29:35 -07:00
app add app icon 2023-06-05 22:06:40 +00:00
gradle/wrapper initial commit 2023-05-24 22:04:32 +00:00
.gitignore initial commit 2023-05-24 22:04:32 +00:00
LICENSE.md add README and License 2023-06-06 14:29:35 -07:00
README.md add README and License 2023-06-06 14:29:35 -07:00
build.gradle initial commit 2023-05-24 22:04:32 +00:00
gradle.properties initial commit 2023-05-24 22:04:32 +00:00
gradlew initial commit 2023-05-24 22:04:32 +00:00
gradlew.bat initial commit 2023-05-24 22:04:32 +00:00
settings.gradle initial commit 2023-05-24 22:04:32 +00:00

README.md

Tip Calculator

Dead simple tip calculator that computes tip based on the subtotal, pre-tax. It's also my first app, so some things are missing that I don't know how to implement just yet.

License

AGPL 3.0 only, see LICENSE.md.