SplitIt! An application for groups to easily split their restaurant bill. Live Demo Add the bill's subtotal, tax and table's basic information to build your virtual table. Add a name to each seat. Assign each bill item to the fellow seat. The amount reduces when you assign items to seats. Remaining balance belongs to shared items. Split this amount equally between seats. Add taxes based on each seat's order amount. Each seat has its own bill including ordered items, shared items and taxes. Technologies React.js HTML5 CSS3 JavaScript Usage Clone and install dependencies. git clone https://github.com/ariozone/split-it.git cd split-it/ npm install Run the app npm run dev