Frontend Mentor - Tip calculator app solution
This is a solution to the Tip calculator app challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.
Table of contents
Overview
The challenge
Users should be able to:
- View the optimal layout for the app depending on their device's screen size
- See hover states for all interactive elements on the page
- Calculate the correct tip and total cost of the bill per person
Links
- Solution URL: Add solution URL here
- Live Site URL: Live Site
Built with
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- Bootstrap
- Mobile-first workflow
Continued development
To use the tip calculator, you will need to enter the bill amount, then the number of people then LASTLY the tip amount. For some reason that is the only way it will work. If you don't enter the information accordingly, NaN will be displayed as the tip calculation.
Useful resources
- StackOverFlow - This helped me hide the drop down menu that's used for the <input type="number>.
Author
- Frontend Mentor - @taepal467