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.
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: Tip Calculator
- Live Site URL (hosted on Heroku - may load slow): Tip Calculator
I started off with laying out the website for desktop users first, then I wrote the Javascript code for the calculator to function. After that, I then started making it responsive and making adjustments to the layout as needed.
- HTML
- CSS
- Flexbox
- React - JS library
Gained a lot of knowledge on positioning, as well as some for javascript/react hooks with coding the calcuator.
I feel that I wanna be able to have it scale vertically as well!