Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 561 Bytes

readme.md

File metadata and controls

11 lines (9 loc) · 561 Bytes

Tip Calculator with JavaScript

The tip calculator is a beginner's friendly javaScript app that a user calculate tips based on the quality of service rendered and the number of people paying. This app helps you exercise JavaScript features like

  • JavaScript simple if-else stmt
  • function basics
  • basic event handling
  • and a tiny bit of DOM manipulation

No complicated setup is required as it's just a simple HTML, CSS and JavaScript app 😉

image