Skip to content

A simple and easy-to-use tip calculator app that helps you calculate the tip for your restaurant bill.

License

Notifications You must be signed in to change notification settings

CodePapa360/Tip-calculator-app

Repository files navigation

Tip calculator app

Challenge from Frontend Mentor

Status License

This is a simple and responsive tip calculator app that allows users to calculate the tip amount for a restaurant bill. It also includes the functionality to divide the total bill among multiple people, providing the cost per person. This app offers a user-friendly interface, ensuring accurate and convenient results across various devices.

Screenshot

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

What I Learned

Throughout the development of the Tip Calculator app, I deepened my CSS and JavaScript skills. I focused on efficient DOM manipulation, responsive design, event handling and validation. This project allowed me to further refine my front-end development abilities, leveraging my existing expertise in CSS and JavaScript to create a visually appealing and user-friendly app.

Installation

  • Clone this repo:
git clone https://github.com/CodePapa360/Tip-calculator-app.git
  • Install dependencies:
npm install
  • Build command:
npm run build
  • Live server:
npm start

Author

👤 Alamin

Feel free to contact me with any questions or feedback!

Show your support

Give a ⭐️ if you liked this project!

Acknowledgments

Special thanks to Frontend Mentor for providing such an amazing platform to practice and improve my frontend skills.

License

This project is licensed under the MIT license, which means you can use, modify, and distribute the code as you wish. If you have any questions or feedback, feel free to reach out. Thank you for considering my code!