💸 Tip Calculator
Description
Create a project where users can calculate tips based on a given bill amount and tip percentage.
Features
- Input field for bill amount
- Buttons for selecting tip percentage (10%, 20%, 30%)
- Display of calculated tip and total amount
Concepts Practiced
- Basic math operations
- DOM manipulation
- Event listeners
- Input validation
Bonus Challenge
Add a “Split Bill” feature to divide the total between multiple people.