An open API service indexing awesome lists of open source software.

https://github.com/paularoo/tip-calculator

calculates the tip amount split between a given number of people.
https://github.com/paularoo/tip-calculator

Last synced: about 2 months ago
JSON representation

calculates the tip amount split between a given number of people.

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

- [Overview](#overview)
- [The challenge](#the-challenge)
- [Screenshot](#screenshot)
- [Links](#links)
- [My process](#my-process)
- [Built with](#built-with)
- [What I learned](#what-i-learned)
- [Continued development](#continued-development)
- [Author](#author)

### 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

![](./final.png)

### Links

- Solution URL: [CODE](https://github.com/PaulAroo/tip-calculator)
- Live Site URL: [PREVIEW](https://paularoo.github.io/tip-calculator/)

## My process

### Built with

- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- CSS Grid
- Javascript

### What I learned

- DOM manipulation
- Input Validation

### Continued development

- better ways to structure Javascript code (achieve less code)
- use less media queries and more css functions to achieve responsiveness

## Author

- Website - [Paul Aromolaran](https://github.com/PaulAroo)
- Frontend Mentor - [@PaulAroo](https://www.frontendmentor.io/profile/PaulAroo)
- Twitter - [@paul_aroo](https://twitter.com/paul_aroo)