{"id":17018816,"url":"https://github.com/tkraak/calculator-seed","last_synced_at":"2026-05-01T02:32:49.150Z","repository":{"id":32156261,"uuid":"131432819","full_name":"tkraak/calculator-seed","owner":"tkraak","description":":seedling: Boilerplate for building a calculator in the browser","archived":false,"fork":false,"pushed_at":"2022-12-10T20:33:52.000Z","size":1054,"stargazers_count":0,"open_issues_count":11,"forks_count":2,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-01T19:09:21.755Z","etag":null,"topics":["calculator","javascript","learn","teach","webpack"],"latest_commit_sha":null,"homepage":"","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/tkraak.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":"2018-04-28T18:07:56.000Z","updated_at":"2021-07-14T17:38:52.000Z","dependencies_parsed_at":"2022-09-04T10:20:22.541Z","dependency_job_id":null,"html_url":"https://github.com/tkraak/calculator-seed","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tkraak%2Fcalculator-seed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tkraak%2Fcalculator-seed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tkraak%2Fcalculator-seed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tkraak%2Fcalculator-seed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tkraak","download_url":"https://codeload.github.com/tkraak/calculator-seed/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247393573,"owners_count":20931813,"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":["calculator","javascript","learn","teach","webpack"],"created_at":"2024-10-14T06:47:12.014Z","updated_at":"2026-05-01T02:32:44.129Z","avatar_url":"https://github.com/tkraak.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Build a Calculator\n\nLearn fundamental JavaScript via a [three-part blog post series](https://zellwk.com/blog/calculator-part-1/) by [@zellwk](https://github.com/zellwk).\n\n![Simple Calculator](https://zellwk.com/images/2018/calculator-1/calculator.gif)\n\n## Getting Started\n\n* clone the seed repository:\n  * `git clone https://github.com/tkraak/calculator-seed.git calculator`\n  * `cd calculator`\n* install project dependencies:\n  * `npm install` or `yarn install`\n* run the calculator app in your favorite browser at `http://localhost:8080`:\n  * `npm start`\n* bundle a production build powered by [webpack](https://webpack.js.org)\n  * `npm run build`\n* run tests with [AVA](https://github.com/avajs/ava)\n  * `npm test`\n\n## Optional but Recommended\n\n* push your work to your GitHub account:\n  * create a repository named `calculator` on GitHub\n  * `git remote set-url origin https://github.com/USERNAME/calculator.git` (ensure that `USERNAME` matches your GitHub username)\n  * `git push -u origin master`\n* keep your project's tooling up-to-date by periodically pulling from the seed repository (`upstream`):\n  * `git remote add upstream https://github.com/tkraak/calculator-seed.git`\n  * `git pull upstream master --rebase`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftkraak%2Fcalculator-seed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftkraak%2Fcalculator-seed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftkraak%2Fcalculator-seed/lists"}