Skip to content

fokalview/TipCalculator

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ’° Tip Calculator

A simple and intuitive web application to calculate tips based on the bill amount and desired tip percentage. This project is built using HTML, CSS, and JavaScript, providing users with a straightforward interface to determine the appropriate tip and total amount.

πŸš€ Features

  • User-Friendly Interface: Clean and responsive design for ease of use across devices.
  • Real-Time Calculation: Instantly updates tip and total amounts as inputs change.
  • Customizable Tip Percentage: Allows users to input any tip percentage they prefer.
  • Lightweight and Fast: Minimal dependencies ensure quick load times.

πŸ› οΈ Technologies Used

  • HTML: Structure of the application.
  • CSS: Styling and layout.
  • JavaScript: Functionality and interactivity.

πŸ“‚ Project Structure

TipCalculator/
β”œβ”€β”€ tipCalculator.html
β”œβ”€β”€ style.css
└── script.js
  • tipCalculator.html: The main HTML file containing the structure of the web page.
  • style.css: The CSS file for styling the application.
  • script.js: The JavaScript file containing the logic for calculating the tip and total amounts.

πŸ“Έ Screenshots

Tip Calculator Screenshot

Note: Replace screenshot.png with an actual screenshot of your application.

πŸ“ˆ Future Enhancements

  • Bill Splitting: Option to divide the total amount among multiple people.
  • Preset Tip Options: Quick-select buttons for common tip percentages (e.g., 10%, 15%, 20%).
  • Dark Mode: Theme toggle for better accessibility in low-light environments.

πŸ“„ License

This project is open-source and available under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 64.6%
  • JavaScript 24.6%
  • CSS 10.8%