{"id":20048113,"url":"https://github.com/ayitinya/frontend-mentor-tip-calculator-app","last_synced_at":"2026-03-06T06:31:46.924Z","repository":{"id":119435544,"uuid":"419015934","full_name":"ayitinya/frontend-mentor-tip-calculator-app","owner":"ayitinya","description":"Frontend mentor tip calculator app solution","archived":false,"fork":false,"pushed_at":"2021-10-19T19:42:23.000Z","size":280,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-02T08:20:52.463Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"frontend-mentor-tip-calculator-app-beryl.vercel.app","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ayitinya.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-10-19T16:59:09.000Z","updated_at":"2022-01-29T19:47:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"f2279308-721b-4aac-9436-bac6fb9cd212","html_url":"https://github.com/ayitinya/frontend-mentor-tip-calculator-app","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ayitinya/frontend-mentor-tip-calculator-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayitinya%2Ffrontend-mentor-tip-calculator-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayitinya%2Ffrontend-mentor-tip-calculator-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayitinya%2Ffrontend-mentor-tip-calculator-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayitinya%2Ffrontend-mentor-tip-calculator-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ayitinya","download_url":"https://codeload.github.com/ayitinya/frontend-mentor-tip-calculator-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayitinya%2Ffrontend-mentor-tip-calculator-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30164593,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T04:43:31.446Z","status":"ssl_error","status_checked_at":"2026-03-06T04:40:30.133Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-13T11:40:38.990Z","updated_at":"2026-03-06T06:31:46.814Z","avatar_url":"https://github.com/ayitinya.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Frontend Mentor - Tip calculator app solution\n\nThis 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.\n\n## Table of contents\n\n- [Overview](#overview)\n  - [The challenge](#the-challenge)\n  - [Screenshot](#screenshots)\n  - [Links](#links)\n- [My process](#my-process)\n  - [Built with](#built-with)\n  - [What I learned](#what-i-learned)\n- [Author](#author)\n\n## Overview\n\n### The challenge\n\nUsers should be able to:\n\n- View the optimal layout for the app depending on their device's screen size\n- See hover states for all interactive elements on the page\n- Calculate the correct tip and total cost of the bill per person\n\n### Screenshots\n\n![](./screenshots/35.34.png)\n![](./screenshots/36.34.png)\n![](./screenshots/37.13.png)\n\n### Links\n\n- Solution URL: [Add solution URL here](https://github.com/ayitinya/frontend-mentor-tip-calculator-app.git)\n\n## My process\n\n### Built with\n\n- Semantic HTML5 markup\n- CSS custom properties\n- Flexbox\n- CSS Grid\n- Mobile-first workflow\n- Vanilla JS\n\n### What I learned\n\n1. I learned to remove the number scrollbar in a number input field\n\n```html\n\u003cinput type=\"number\" /\u003e\n```\n\n```css\ninput::-webkit-outer-spin-button,\ninput::-webkit-inner-spin-button {\n\t-webkit-appearance: none;\n\tmargin: 0;\n}\n\ninput[type=\"number\"] {\n\t-moz-appearance: textfield;\n}\n```\n\n````\n\n2. Using the ::placeholder pseudo-element to style input placeholders\n\n```css\n.input::placeholder {\n\ttext-align: end;\n}\n````\n\n3. Practiced flexbox more\n\n4. Learned about the css box-model\n\n```css\nelement {\n\tbox-sizing: border-box|content-box;\n}\n```\n\n## Author\n\n- Frontend Mentor - [@ayitinya](https://www.frontendmentor.io/profile/ayitinya)\n- Twitter - [@ayitinya](https://www.twitter.com/ayintinya)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fayitinya%2Ffrontend-mentor-tip-calculator-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fayitinya%2Ffrontend-mentor-tip-calculator-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fayitinya%2Ffrontend-mentor-tip-calculator-app/lists"}