This is my solution to the Tip calculator app challenge on Frontend Mentor.
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: https://github.com/andy-devs/tip-calculator
- Live Site URL: https://andy-devs.github.io/tip-calculator/
- HTML
- CSS
- Native JS
- Flexbox
- CSS Grid
In this challenge I learned how to work with JavaScript. Now I know how to manipulate with values in inputs and how to display them with pure JS.
I think I'll continue working with JS by making projects and learn framework in the future.