Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codewithalamin/tip-calculator-app
A simple and easy-to-use tip calculator app that helps you calculate the tip for your restaurant bill.
https://github.com/codewithalamin/tip-calculator-app
codepapa360 css frontend-mentor frontend-web frontend-webdevelopment frontendmentor-challenge html javascript javascript-applications sass tip-calculator tip-calculator-app
Last synced: about 2 months ago
JSON representation
A simple and easy-to-use tip calculator app that helps you calculate the tip for your restaurant bill.
- Host: GitHub
- URL: https://github.com/codewithalamin/tip-calculator-app
- Owner: CodeWithAlamin
- License: mit
- Created: 2023-06-25T16:28:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-29T12:52:52.000Z (over 1 year ago)
- Last Synced: 2024-10-30T10:38:30.691Z (2 months ago)
- Topics: codepapa360, css, frontend-mentor, frontend-web, frontend-webdevelopment, frontendmentor-challenge, html, javascript, javascript-applications, sass, tip-calculator, tip-calculator-app
- Language: HTML
- Homepage: https://tip-calculator-app-codepapa360.netlify.app/
- Size: 246 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Tip calculator app
Challenge from [Frontend Mentor](https://www.frontendmentor.io/challenges)
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](./screenshots/Tip-calculator-app-screenshot-CodeWithAlamin.png)
## 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
- Semantic HTML5 markup
- Mobile-first workflow
- CSS custom properties
- CSS Grid
- JavaScript
- NPM
- [Webpack - a module bundler](https://webpack.js.org/)## 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:
```sh
git clone https://github.com/CodeWithAlamin/Tip-calculator-app.git
```- Install dependencies:
```sh
npm install
```- Build command:
```sh
npm run build
```- Live server:
```sh
npm start
```## Author
👤 Alamin
- Twitter - [@CodeWithAlamin](https://www.twitter.com/CodeWithAlamin)
- LinkedIn - [@CodeWithAlamin](https://www.linkedin.com/in/CodeWithAlamin)
- Frontend Mentor - [@CodeWithAlamin](https://www.frontendmentor.io/profile/CodeWithAlamin)
- Github: [@CodeWithAlamin](https://github.com/CodeWithAlamin)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](https://github.com/CodeWithAlamin/Tip-calculator-app/blob/main/LICENSE.md) 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!