{"id":28404288,"url":"https://github.com/denislavdev/tip-calculator","last_synced_at":"2026-02-01T22:31:49.702Z","repository":{"id":287585795,"uuid":"965192905","full_name":"denislavdev/tip-calculator","owner":"denislavdev","description":"A simple and efficient tip calculator built with HTML, JavaScript, and TailwindCSS.","archived":false,"fork":false,"pushed_at":"2025-05-31T15:11:10.000Z","size":91,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-08T17:46:13.693Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://tip-calculator-denislav.vercel.app","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/denislavdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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,"zenodo":null}},"created_at":"2025-04-12T16:07:18.000Z","updated_at":"2025-05-31T15:11:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"aaaa52b4-ef63-41b6-8b58-94d0fd06a34e","html_url":"https://github.com/denislavdev/tip-calculator","commit_stats":null,"previous_names":["denislavdev/tip-calculator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/denislavdev/tip-calculator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denislavdev%2Ftip-calculator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denislavdev%2Ftip-calculator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denislavdev%2Ftip-calculator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denislavdev%2Ftip-calculator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denislavdev","download_url":"https://codeload.github.com/denislavdev/tip-calculator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denislavdev%2Ftip-calculator/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261984644,"owners_count":23240302,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":"2025-06-01T19:38:26.267Z","updated_at":"2025-06-26T02:03:11.592Z","avatar_url":"https://github.com/denislavdev.png","language":"HTML","readme":"\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003e💰 Tip Calculator\u003c/h1\u003e\n  \u003cp\u003eA simple and efficient tip calculator built with HTML, JavaScript, and TailwindCSS.\u003c/p\u003e\n  \u003cp\u003e\n    \u003cp\u003ePreview: \u003ca href=\"https://tip-calculator-denislav.vercel.app\"\u003ehttps://tip-calculator-denislav.vercel.app\u003c/a\u003e\u003c/p\u003e\n  \u003c/p\u003e\n  \u003cimg src=\"https://img.shields.io/badge/TailwindCSS-v4-06B6D4?style=for-the-badge\u0026logo=tailwindcss\u0026logoColor=white\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/JavaScript-ES6-F7DF1E?style=for-the-badge\u0026logo=javascript\u0026logoColor=black\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Made%20with%20❤️-FF6F61?style=for-the-badge\" /\u003e\n\u003c/div\u003e\n\n---\n\n## Overview 📋\n\nThis project is a tip calculator designed to make splitting bills and calculating tips quick and easy. Whether you're dining out with friends or calculating service tips, this app provides a clean interface to handle it all.\n\n---\n\n## Features ✅\n\n- **Quick Tip Selection:** Choose from common tip percentages like 5%, 10%, or 15%.\n- **Custom Tip Option:** Enter your own tip percentage if the presets don’t work for you.\n- **Split Bills:** Adjust the number of guests to divide the total evenly.\n- **Real-Time Updates:** See the tip amount, tip per guest, and total per guest values.\n\n---\n\n## Tech Stack 💻\n\n\u003cdiv align=\"left\"\u003e\n  \u003cimg src=\"https://cdn.jsdelivr.net/gh/devicons/devicon/icons/html5/html5-original.svg\" height=\"40\" alt=\"HTML5 logo\" /\u003e\n  \u003cimg width=\"12\" /\u003e\n  \u003cimg src=\"https://cdn.jsdelivr.net/gh/devicons/devicon/icons/javascript/javascript-original.svg\" height=\"40\" alt=\"JavaScript logo\" /\u003e\n  \u003cimg width=\"12\" /\u003e\n  \u003cimg src=\"https://cdn.simpleicons.org/tailwindcss/06B6D4\" height=\"40\" alt=\"TailwindCSS logo\" /\u003e\n\u003c/div\u003e\n\n---\n\n## Project Structure 📂\n\nHere’s a quick look at the project files:\n\n- **index.html** – Main HTML file for the app.\n- **script.js** – JavaScript file that handles all the logic for tip calculations.\n- **output.css** – Compiled TailwindCSS file.\n- **input.css** – Source file for TailwindCSS.\n- **.prettierignore** - Tells Prettier to skip over the Tailwind output CSS so it stays intact when you use --minify during build.\n- **.gitignore** - Tells Git which files to skip when we use `git add *`.\n- **README.md** – This file.\n\n---\n\n## Getting Started 🚀\n\n### Prerequisites 🔧\n\nEnsure you have the following installed:\n\n- A modern web browser\n\n### Installation 🛠️\n\n1. **Clone the Repository:**\n\n   ```bash\n   git clone https://github.com/denislavdev/tip-calculator.git\n   cd tip-calculator\n   ```\n\n---\n\n## How It Works\n\n1. Enter the **bill amount**.\n2. Pick a **tip percentage** or type in a custom one.\n3. Adjust the **number of guests** using the slider.\n4. Click **Calculate** to see the results.\n5. Use **Reset** to clear all inputs and start over.\n\n---\n\n## Credits 🙏\n\n- Layout inspired by [Refined Guides](https://www.youtube.com/@refinedguides)\n- Developed with care by [Denislav](https://github.com/denislavdev)\n\n---\n\nIf you find this project useful, feel free to fork it, star it, or open an issue with any suggestions or feedback!\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenislavdev%2Ftip-calculator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdenislavdev%2Ftip-calculator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenislavdev%2Ftip-calculator/lists"}