Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ayushsgithub/android_tip_calculator


https://github.com/ayushsgithub/android_tip_calculator

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

        

# Tip Calculator

**Tippy** computes the tip and total amount for a bill and splits between people. The app uses the base amount, tip percentage and number of people to calculate the amount owed, and it also describes the quality of service based on the tip.

Time spent: **6** hours spent in total

## Functionality

The following **required** functionality is completed:

* [x] User can enter in a bill amount (total amount to tip on)
* [x] User can enter a tip percentage (what % the user wants to tip).
* [x] The tip and total amount are updated immediately when any of the inputs changes.
* [x] The user sees a label or color update based on the tip amount.
* [x] User can split the bill evenly between number of people

The following **extensions** are implemented:

* [x] Custom colors palette selected
* [x] Split bill between people

### [Video Link](https://youtu.be/Fi96G1LtrUA)