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.
Note: Delete this note and update the table of contents based on what sections you keep.
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
- Solution URL: Solution URL
- Live Site URL: Live URL
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- CSS Grid
- JavaScript
This is my first project where I use JavaScript so things that I didn't know are just keep coming out and I learned a lot about DOM manipulation.
I will learn more JavaScript as I now know what my level is along with CSS.
- W3Schools - This website has been really helpful along my web programming journey. It's almost like a wiki for web development.
- StackOverFlow - Whenever I want to do something but I don't know how, I always end up here. It's a life-saver for pretty much all of my projects that include coding.

