Tip Calculator is a simple beginner project calculates tip amount and splits cost between any number of people.
- 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.
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.
- 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.
- Semantic HTML5 markup
- CSS
- Javascript
- Twitter - @sudiptwt