Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anselemodims/tip-calculator
The Tip calculator App is a tool that calculates how much you tip or can be tipped in a bar or restaurant. If payers are more than one then the tip will be evenly divided between them. Built with HTML, CSS and JavaScript.
https://github.com/anselemodims/tip-calculator
calculator css3 frontend html software-development tip
Last synced: about 1 month ago
JSON representation
The Tip calculator App is a tool that calculates how much you tip or can be tipped in a bar or restaurant. If payers are more than one then the tip will be evenly divided between them. Built with HTML, CSS and JavaScript.
- Host: GitHub
- URL: https://github.com/anselemodims/tip-calculator
- Owner: AnselemOdims
- License: mit
- Created: 2021-08-31T18:05:49.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-02T16:29:33.000Z (about 3 years ago)
- Last Synced: 2024-10-06T19:01:09.208Z (about 1 month ago)
- Topics: calculator, css3, frontend, html, software-development, tip
- Language: CSS
- Homepage: https://anselemodims.github.io/Tip-Calculator/
- Size: 16.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Frontend Mentor - Tip calculator app solution
This is a solution to the [Tip calculator app challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/tip-calculator-app-ugJNGbJUX). Frontend Mentor challenges help you improve your coding skills by building realistic projects.
## Table of contents
- [Frontend Mentor - Tip calculator app solution](#frontend-mentor---tip-calculator-app-solution)
- [Table of contents](#table-of-contents)
- [The challenge](#the-challenge)
- [Screenshot](#screenshot)
- [Links](#links)
- [Built with](#built-with)
- [Useful resources](#useful-resources)### 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### Screenshots
#### Mobile
![Screenshot from 2021-09-02 17-10-46](https://user-images.githubusercontent.com/43995830/131879388-cbeec1fe-ef1a-4c65-8aae-b43021a6b362.png)
![Screenshot from 2021-09-02 17-11-16](https://user-images.githubusercontent.com/43995830/131879450-1c51ddb4-d353-45c0-a839-4e2185c71166.png)#### Desktop
![Screenshot from 2021-09-02 17-15-21](https://user-images.githubusercontent.com/43995830/131879977-a74f0b66-6aaa-410f-aa7d-1c2aaf0a11eb.png)### Links
- Solution URL: [Solution URL](https://github.com/AnselemOdims/Tip-Calculator/edit/main)
- Live Site URL: [Github Pages](https://anselemodims.github.io/Tip-Calculator/)### Built with
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- CSS Grid
- Mobile-first workflow
- Vanilla JS### Useful resources
- [MDN](https://developer.mozilla.org/) - This helped me to understand and refresh some javascript concepts
- [W3Schools](https://www.w3schools.com/) - This is an amazing site for all things Web Development(HTML, CSS, Javascript)