In this project, I created a Tip Calculator using HTML, CSS, and JavaScript. The goal was to calculate the tip amount and total amount per person based on the bill value and tip percentage. I designed a clean and responsive user interface to make it easy to use. One challenge I faced was correctly calculating and displaying the values for each person. After fixing the logic in JavaScript, the calculator worked properly. This project helped me improve my DOM manipulation and basic JavaScript skills.
Log in to leave a comment