Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 585 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 585 Bytes

Chip in calculator

What is it?

When you buy something collectively, you might have a situation when some of people chipped in the purchase and some don't. Moreover people who has contributed might had non-equal contributions. It there are more that 5 contributions it becomes a pain. The app allows you to calculate how much and who should return the money within the group in that case.

It's made with polymer-project.org.

Set up

install node with npm

run

npm install npm run install

Make a build

npm run build

Run tests

npm test