{"id":20931312,"url":"https://github.com/ssteele/vanillajs-component","last_synced_at":"2026-04-29T07:31:42.522Z","repository":{"id":149487498,"uuid":"129264110","full_name":"ssteele/vanillajs-component","owner":"ssteele","description":"Code kata","archived":false,"fork":false,"pushed_at":"2018-04-12T16:15:10.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-30T14:45:09.500Z","etag":null,"topics":[],"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/ssteele.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":"2018-04-12T14:28:29.000Z","updated_at":"2019-10-21T13:42:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"e39e8f14-5309-440d-b1ed-a93a6038563b","html_url":"https://github.com/ssteele/vanillajs-component","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ssteele/vanillajs-component","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ssteele%2Fvanillajs-component","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ssteele%2Fvanillajs-component/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ssteele%2Fvanillajs-component/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ssteele%2Fvanillajs-component/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ssteele","download_url":"https://codeload.github.com/ssteele/vanillajs-component/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ssteele%2Fvanillajs-component/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32416145,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T06:29:02.080Z","status":"ssl_error","status_checked_at":"2026-04-29T06:29:00.631Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":[],"created_at":"2024-11-18T21:41:01.340Z","updated_at":"2026-04-29T07:31:42.480Z","avatar_url":"https://github.com/ssteele.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Household builder\n=================\n\nYour application needs a way to capture information about a household applying\nfor health insurance coverage. Develop a UI for building a household up from\nindividual people.\n\nTask\n----\n\nYou have been given an HTML page with a form and a placeholder for displaying\na household.\n\nIn the given index.js file, replace the \"Your code goes here\" comment with JavaScript that can:\n\n* Validate data entry (age is required and \u003e 0, relationship is required)\n* Add people to a growing household list\n* Remove a previously added person from the list\n* Display the household list in the HTML as it is modified\n* Serialize the household as JSON upon form submission as a fake trip to the server\n\nNotes\n-----\n\nDo not modify the given index.html file in any way. You're of course still allowed to modify the DOM through Javascript.\n\nYou must write JavaScript, not a language that compiles down to JavaScript. You\nmust use ES3 or ES5/5.1 standard. Assume the capabilities of a modern\nmainstream browser in wide use, i.e., no bleeding-edge features. No 3rd party\nlibraries -- i.e., no jQuery.\n\nThe display of the household list is up to you.\n\nOn submission, put the serialized JSON in the provided \"debug\" DOM element and display that element.\n\nAfter submission the user should be able to make changes and submit the household again.\n\nYou do not need to add validations around anything other than the age and relationship requirements described above. It's ok for someone to add 35 parents.\n\nThe focus here is on the quality of your JavaScript, not the beauty of your design. The controls you add around viewing and deleting\nhousehold members should be usable but need not be much to look at.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fssteele%2Fvanillajs-component","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fssteele%2Fvanillajs-component","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fssteele%2Fvanillajs-component/lists"}