https://github.com/ilyachichkov/tips-calc
Tips calculator
https://github.com/ilyachichkov/tips-calc
frontend-mentor
Last synced: 3 months ago
JSON representation
Tips calculator
- Host: GitHub
- URL: https://github.com/ilyachichkov/tips-calc
- Owner: IlyaChichkov
- Created: 2022-08-24T18:52:24.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-25T14:07:02.000Z (almost 3 years ago)
- Last Synced: 2025-01-04T21:27:41.388Z (5 months ago)
- Topics: frontend-mentor
- Language: Vue
- Homepage: https://ilyachichkov.github.io/tips-calc/
- Size: 514 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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).
## Table of contents
- [Overview](#overview)
- [The challenge](#the-challenge)
- [Screenshot](#screenshot)
- [Links](#links)
- [My process](#my-process)
- [Built with](#built-with)
- [Useful resources](#useful-resources)
- [Author](#author)## 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

### Links
- Live Site URL: [Add live site URL here](https://ilyachichkov.github.io/tips-calc/)
## My process
### Built with
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- CSS Grid
- Mobile-first workflow
- [VUE](https://vuejs.org/) - VUE framework
- [Styled Components](https://tailwindcss.ru/) - For styles### Useful resources
- [Google Fonts](https://fonts.google.com/)
## Author
- Frontend Mentor - [@IlyaChichkov](https://www.frontendmentor.io/profile/IlyaChichkov)