Skip to content

A simple JavaScript-based tip calculator demonstrating DOM manipulation, form handling, and basic application logic

Notifications You must be signed in to change notification settings

abanoth1/javascript-tip-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript Tip Calculator

This project is a simple front-end web application that calculates a tip amount based on user input. It demonstrates core JavaScript concepts such as DOM manipulation, event handling, and basic application logic using clean HTML and CSS.

Features

  • User input for bill amount
  • Tip percentage selection
  • Dynamic calculation of tip and total amount
  • Instant updates without page reload
  • Clean and responsive user interface

Skills demonstrated

  • JavaScript (ES6 basics)
  • DOM manipulation
  • Event handling
  • Form validation
  • HTML & CSS fundamentals
  • Front-end application logic

Project structure

. ├── index.html ├── styles.css ├── script.js ├── assets/ │ └── images/ └── README.md

About

A simple JavaScript-based tip calculator demonstrating DOM manipulation, form handling, and basic application logic

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published