Skip to content

ihsanashi/bill-splitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table of Contents

Introduction

A web app for calculating how much each patron should pay, including tips, for a given bill. This project was done with vanilla HTML, CSS and JavaScript. The user would have to enter the bill amount, a tip amount in percentage, and how many people sharing the bill. Using DOM manipulation, the result card will be shown underneath the inputs card, displaying:

  • Tip for each person
  • Total in tips
  • All-in total, and
  • Total for each person

Screenshots/Gifs

screenshot-result flow

Technologies

  • HTML
  • CSS
  • JavaScript

Live site

You can check out the live site here.

About

A JavaScript application for calculating amounts for splitting a bill among patrons.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published