Skip to content

sudip57/Tip-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tip-Calculator

Tip Calculator is a simple beginner project calculates tip amount and splits cost between any number of people.

Table of contents

Overview

  • This Tip Calculator calculate tip amount for various percentages of the cost of the service, and also provides a total amount that includes the tip.

The challenge

Users should be able to:

  • Design the layout using HTML and CSS
  • Perform the arithmetic operations in Javascript.
  • Manipulate the DOM in Javascript.
  • Use the functions or arrow functions in Javascript.

Screenshot

tipcalc

My process

  • Think and built the design with HTML and CSS.
  • Manipulate all the div's and id's with Javascript that we will need to acess.
  • Write all the functions without writing the calculations(logical part).
  • Then perform all the calculations and the function calls where it needed.

Built with

  • Semantic HTML5 markup
  • CSS
  • Javascript

Author

About

Javascript project which calculates tip amount.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published