Skip to content

Esta es mi solución al desafío de la aplicación de calculadora de propinas en Frontend Mentor

License

Notifications You must be signed in to change notification settings

Edwardb11/Tip-calculator-app

Repository files navigation

Frontend Mentor - Tip calculator app solution

Design preview for the Tip calculator app coding challenge

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.

Table of contents

Overview

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

Screenshot

Mobile: 375px 📱

Mobile

Desktop: 1400px 💻

Desktop

Links

My process

Built with

What I learned

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

Continued development

Use this section to outline areas that you want to continue focusing on in future projects. These could be concepts you're still not completely comfortable with or techniques you found useful that you want to refine and perfect.

Useful resources

Author