{"id":28398498,"url":"https://github.com/xander1936/tip-calculator","last_synced_at":"2026-04-13T17:33:54.647Z","repository":{"id":162341643,"uuid":"573212228","full_name":"Xander1936/tip-calculator","owner":"Xander1936","description":"This is a JavaScript App from the Clever Programmer path By Qazi that's calculating bill between persons.","archived":false,"fork":false,"pushed_at":"2026-03-26T07:58:30.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-27T02:44:25.887Z","etag":null,"topics":["anonymous-functions","arrow-functions","css","dom","dom-manipulation","functions","html","javascript","jsx","template-literals"],"latest_commit_sha":null,"homepage":"https://xander1936.github.io/tip-calculator/","language":"JavaScript","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/Xander1936.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,"zenodo":null}},"created_at":"2022-12-01T23:59:51.000Z","updated_at":"2026-03-26T07:58:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"80661dfb-eac1-4087-b624-65f75bf56ee9","html_url":"https://github.com/Xander1936/tip-calculator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Xander1936/tip-calculator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xander1936%2Ftip-calculator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xander1936%2Ftip-calculator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xander1936%2Ftip-calculator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xander1936%2Ftip-calculator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Xander1936","download_url":"https://codeload.github.com/Xander1936/tip-calculator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xander1936%2Ftip-calculator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31762606,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T15:25:13.801Z","status":"ssl_error","status_checked_at":"2026-04-13T15:25:09.162Z","response_time":93,"last_error":"SSL_read: 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":["anonymous-functions","arrow-functions","css","dom","dom-manipulation","functions","html","javascript","jsx","template-literals"],"created_at":"2025-06-01T05:09:39.241Z","updated_at":"2026-04-13T17:33:54.641Z","avatar_url":"https://github.com/Xander1936.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tip-calculator\nThis is JavaScript App from the Clever Programmer By Qazi that's calcualating bill between persons.\n/* \n🌟 APP: Tip Calculator\n\nThese are the 3 functions you must use 👇\n=========================================\ncalculateBill()\nincreasePeople()\ndecreasePeople()\n\nThese functions are hard coded in the HTML. So, you can't change their names.\n\nThese are all the DIV ID's you're gonna need access to 👇\n========================================================\n#1 ID 👉 'billTotalInput' = User input for bill total\n#2 ID 👉 'tipInput' = User input for tip\n#3 ID 👉 'numberOfPeople' = Current number of people you're splitting the bill between\n#4 ID 👉 'perPersonTotal' = Total dollar value owed per person\n*/\n\n// Get global access to all inputs / The divs here (you'll need them later 😘)\n// bill input, tip input, number of people div, and per person total div\n\n// numberOfPeople variable gets number of people from number of people div; captures the string from the user input \n// and turns it into a number with the JavaScript Number() method\n\n// **The calculateBill() arrow function Calculates the total bill per person **\n\n// **The increasePeople() arrow function incrases the number of the persons thats have to pay the bill. **\n\n// **The decreasePeople() arrow function decrases the number of the persons thats have to pay the bill. **\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxander1936%2Ftip-calculator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxander1936%2Ftip-calculator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxander1936%2Ftip-calculator/lists"}