{"id":22495148,"url":"https://github.com/hacimertgokhan/calculator","last_synced_at":"2026-02-22T00:41:00.081Z","repository":{"id":202719710,"uuid":"707994742","full_name":"hacimertgokhan/Calculator","owner":"hacimertgokhan","description":"Calculator project, I did that on my free time.","archived":false,"fork":false,"pushed_at":"2024-03-31T12:35:28.000Z","size":7,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-24T18:40:11.291Z","etag":null,"topics":["calculator","html-calculator","javascript-calculator","simple-calculator-js"],"latest_commit_sha":null,"homepage":"","language":"SCSS","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/hacimertgokhan.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":"2023-10-21T07:39:47.000Z","updated_at":"2025-05-13T20:38:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"58966b4c-fd96-488b-a013-4009cd8395cf","html_url":"https://github.com/hacimertgokhan/Calculator","commit_stats":null,"previous_names":["hacimertgokhan/calculator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hacimertgokhan/Calculator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hacimertgokhan%2FCalculator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hacimertgokhan%2FCalculator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hacimertgokhan%2FCalculator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hacimertgokhan%2FCalculator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hacimertgokhan","download_url":"https://codeload.github.com/hacimertgokhan/Calculator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hacimertgokhan%2FCalculator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29701134,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T23:35:04.139Z","status":"ssl_error","status_checked_at":"2026-02-21T23:35:03.832Z","response_time":107,"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","html-calculator","javascript-calculator","simple-calculator-js"],"created_at":"2024-12-06T19:25:47.482Z","updated_at":"2026-02-22T00:41:00.060Z","avatar_url":"https://github.com/hacimertgokhan.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\u003ch1\u003eAbout Project\u003c/h1\u003e\u003c/div\u003e\n\u003cp\u003eIn that project, I did a simple calculator can do Sqrt, Any power of number, And factorial stuff.\u003c/p\u003e\n\n\u003cdiv align=\"center\"\u003e\u003ch1\u003eSome methods\u003c/h1\u003e\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\u003ch3\u003eFactorial\u003c/h3\u003e\u003c/div\u003e\n\n```\n\n    // Factorial\n    const number = result.innerHTML;\n     let a = 1;\n    for(let i = 1; i\u003c=number; i++) {\n        a = (a*i);\n    }\n    result.innerHTML = `${a}`;\n\n```\n\n\u003cdiv align=\"center\"\u003e\u003ch3\u003ePower of Number\u003c/h3\u003e\u003c/div\u003e\n\n```\n\n    // Pofn\n    let a = prompt('What power of the number do you want to get?');\n    let num = Number(a);\n    let b = Math.pow(result.innerHTML, num);\n    result.innerHTML = `${b}`;\n\n```\n\n\u003cdiv align=\"center\"\u003e\u003ch3\u003eSqrt\u003c/h3\u003e\u003c/div\u003e\n\n```\n\n    // Sqrt\n    const problem = result.innerHTML;\n    let a = Math.pow(problem, 2);\n    result.innerHTML = `${a}`;\n\n```\n\n\u003cdiv align=\"center\"\u003e\u003ch1\u003eImage(s)\u003c/h1\u003e\u003c/div\u003e\n\n![resim_2023-10-21_104132148](https://github.com/hacimertgokhan/Calculator/assets/64479768/f606e046-2110-44f9-b1e2-cde89d3552a9)\n\n# Forks\n\n[Developed by CParthur1](https://github.com/cparthur1/iOSCalc_Replacer)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhacimertgokhan%2Fcalculator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhacimertgokhan%2Fcalculator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhacimertgokhan%2Fcalculator/lists"}