This is a 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: Frontend Mentor
- Live Site URL: Tip Splittr
- Flexbox
- CSS Grid
- React - JS library
- Css Modules, SCSS & ClassNames- For styles
- Handling decimals through controlled inputs
- How to use ClassNames library
- I need to do validations...