Dead simple tip calculator app that operates on pre-tax amount
Go to file
Kay Faraday ba07d204c6 relicense to AGPLv3+ 2024-08-03 00:01:23 +00:00
app appease Android Studio 2024-08-02 23:48:12 +00:00
fastlane/metadata/android/en-US add Fastlane metadata and bump version 2023-06-07 21:30:39 +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 relicense to AGPLv3+ 2024-08-03 00:01:23 +00: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

AGPLv3+, see LICENSE.md.