{"id":51923964,"url":"https://github.com/vaarunh/calc","last_synced_at":"2026-07-27T22:04:58.911Z","repository":{"id":46607766,"uuid":"375051135","full_name":"vaarunh/calc","owner":"vaarunh","description":"Simple React Based Calculator created with create-react-app.","archived":false,"fork":false,"pushed_at":"2021-10-04T07:34:15.000Z","size":1038,"stargazers_count":1,"open_issues_count":5,"forks_count":8,"subscribers_count":1,"default_branch":"main","last_synced_at":"2023-03-10T03:17:04.382Z","etag":null,"topics":["calculator","calculator-application","calculator-javascript","hacktoberfest","minify","nodecalculator","nodejs","react","react-native","reactproject"],"latest_commit_sha":null,"homepage":"https://varunherlekar.github.io/calc","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/vaarunh.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}},"created_at":"2021-06-08T15:04:42.000Z","updated_at":"2023-03-10T03:17:04.382Z","dependencies_parsed_at":"2022-09-03T01:10:46.508Z","dependency_job_id":null,"html_url":"https://github.com/vaarunh/calc","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"purl":"pkg:github/vaarunh/calc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vaarunh%2Fcalc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vaarunh%2Fcalc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vaarunh%2Fcalc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vaarunh%2Fcalc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vaarunh","download_url":"https://codeload.github.com/vaarunh/calc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vaarunh%2Fcalc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35966525,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"online","status_checked_at":"2026-07-27T02:00:06.776Z","response_time":101,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","calculator-application","calculator-javascript","hacktoberfest","minify","nodecalculator","nodejs","react","react-native","reactproject"],"created_at":"2026-07-27T22:04:58.397Z","updated_at":"2026-07-27T22:04:58.891Z","avatar_url":"https://github.com/vaarunh.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Simple Calculator\n\nA simple calculator which will help you calculate large calculations in a second!\n\n## Features\n\n- Easy to Use\n- Simple\n- Faster Calculation\n\n  \n## Screenshots\n\n![App Screenshot](Capture.png)\n\n  \n## Tech Stack\n\n**Client:** HTML,CSS,React\n\n**Server:** Node\n\n  \n## Run Locally\n\nClone the project\n\n```bash\n  git clone git clone https://github.com/varunherlekar/calc.git \n```\n\nGo to the project directory\n\n```bash\n  cd calc\n```\n\nInstall dependencies\n\n```bash\n  npm install\n```\n\nStart the server\n\n```bash\n  npm run start\n```\n\n  \n## Deployment\n\nTo deploy this project run\n\n```bash\n  npm run deploy\n```\n\n  \n## Connect Me Here!\n[![linkedin](https://img.shields.io/badge/linkedin-0A66C2?style=for-the-badge\u0026logo=linkedin\u0026logoColor=white)](https://www.linkedin.com/in/varunherlekar/)\n[![twitter](https://img.shields.io/badge/twitter-1DA1F2?style=for-the-badge\u0026logo=twitter\u0026logoColor=white)](https://twitter.com/varun.herlekar.9)\n\n  \n## Contributing\n\nContributions are always welcome!\n\nSee `contributing.md` for ways to get started.\n\n\n  \n## Feedback\n\nIf you have any feedback, please reach out to us at hello@varunherlekar.com\n\n  \n## Contributors ✨\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/Mitushi-23\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/83106116?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMitushi Agrawal\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/varunherlekar/calc/commits?author=Mitushi-23\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \n  \u003c/tr\u003e\n\u003c/table\u003e\n\n\u003c!-- markdownlint-restore --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvaarunh%2Fcalc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvaarunh%2Fcalc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvaarunh%2Fcalc/lists"}