/tip-calculator-app

calculate the amount of tip component with TailwindCSS and Nextjs

Primary LanguageJavaScriptMIT LicenseMIT

Frontend Mentor - Tip calculator app solution

Desktip Design preview for the Tip calculator app coding challenge Mobile Design preview for the Tip calculator app coding challenge

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

Built with

<h1>Some HTML code I'm proud of</h1>
.proud-of-this-css {
  color: papayawhip;
}
const proudOfThisFunc = () => {
  console.log('🎉')
}