{"id":23527499,"url":"https://github.com/thestevendev/ios-calculator","last_synced_at":"2026-05-05T14:33:19.130Z","repository":{"id":231300703,"uuid":"781415416","full_name":"TheStevenDev/IOS-Calculator","owner":"TheStevenDev","description":"A clone of iOS calculator using HTML, CSS, and JS.","archived":false,"fork":false,"pushed_at":"2024-04-03T10:46:42.000Z","size":7,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-14T10:22:53.905Z","etag":null,"topics":["calculator-javascript","css3","html","html-css-javascript","html5","ios","javascript","js","web","webdevelopment"],"latest_commit_sha":null,"homepage":"https://thestevendev.github.io/IOS-Calculator/","language":"JavaScript","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/TheStevenDev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2024-04-03T10:40:10.000Z","updated_at":"2024-09-04T12:43:48.000Z","dependencies_parsed_at":"2024-04-03T11:49:49.877Z","dependency_job_id":null,"html_url":"https://github.com/TheStevenDev/IOS-Calculator","commit_stats":null,"previous_names":["thestevendev/ios-calculator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TheStevenDev/IOS-Calculator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheStevenDev%2FIOS-Calculator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheStevenDev%2FIOS-Calculator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheStevenDev%2FIOS-Calculator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheStevenDev%2FIOS-Calculator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheStevenDev","download_url":"https://codeload.github.com/TheStevenDev/IOS-Calculator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheStevenDev%2FIOS-Calculator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32653558,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-05T11:29:49.557Z","status":"ssl_error","status_checked_at":"2026-05-05T11:29:48.587Z","response_time":54,"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":["calculator-javascript","css3","html","html-css-javascript","html5","ios","javascript","js","web","webdevelopment"],"created_at":"2024-12-25T20:14:38.027Z","updated_at":"2026-05-05T14:33:19.116Z","avatar_url":"https://github.com/TheStevenDev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003ch1\u003eiOS Calculator Clone\u003c/h1\u003e\n\u003cp\u003eTry a demo: \u003ca href=\"https://thestevendev.github.io/IOS-Calculator/\"\u003ehere\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eThis is a clone of the iOS calculator built using HTML, CSS, and JavaScript. It replicates the interactive math operations found in the iOS calculator within web browsers.\u003c/p\u003e\n\n\u003ch2\u003eFeatures\u003c/h2\u003e\n\u003cul\u003e\n  \u003cli\u003eBasic arithmetic operations (addition, subtraction, multiplication, division)\u003c/li\u003e\n  \u003cli\u003eInteractive buttons mimicking the iOS calculator layout\u003c/li\u003e\n  \u003cli\u003eResponsive design for various screen sizes\u003c/li\u003e\n\u003c/ul\u003e\n\n\u003ch2\u003eUsage\u003c/h2\u003e\n\u003cp\u003eTo use the calculator, simply open the \u003ccode\u003eindex.html\u003c/code\u003e file in a web browser.\u003c/p\u003e\n\n\u003ch2\u003eDevelopment\u003c/h2\u003e\n\u003cp\u003eThe project consists of HTML, CSS, and JavaScript files:\u003c/p\u003e\n\u003cul\u003e\n  \u003cli\u003e\u003ccode\u003eindex.html\u003c/code\u003e: Main HTML file containing the calculator interface\u003c/li\u003e\n  \u003cli\u003e\u003ccode\u003estyle.css\u003c/code\u003e: CSS file for styling the calculator interface\u003c/li\u003e\n  \u003cli\u003e\u003ccode\u003escript.js\u003c/code\u003e: JavaScript file for handling calculator logic and interactions\u003c/li\u003e\n\u003c/ul\u003e\n\n\u003ch2\u003eContributing\u003c/h2\u003e\n\u003cp\u003eIf you'd like to contribute to this project, feel free to submit a pull request. Contributions are welcome!\u003c/p\u003e\n\n\u003ch2\u003eLicense\u003c/h2\u003e\n\u003cp\u003eThis project is licensed under the MIT License. See the LICENSE file for details.\u003c/p\u003e\n\n\u003ch2\u003eAuthors\u003c/h2\u003e\n\u003cp\u003eCreated by Steven D'amore. You can find me on GitHub \u003ca href=\"https://github.com/TheStevenDev\"\u003ehere\u003c/a\u003e.\u003c/p\u003e\n\u003c/body\u003e\n\u003c/html\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthestevendev%2Fios-calculator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthestevendev%2Fios-calculator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthestevendev%2Fios-calculator/lists"}