{"id":20091815,"url":"https://github.com/neenjaw/udemy-webdev-bootcamp","last_synced_at":"2026-04-13T15:34:53.329Z","repository":{"id":118505264,"uuid":"116182811","full_name":"neenjaw/udemy-webdev-bootcamp","owner":"neenjaw","description":"Repo of work done while working through Colt Steele's Web Development course on Udemy","archived":false,"fork":false,"pushed_at":"2018-09-30T23:01:25.000Z","size":1058,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-17T12:36:37.213Z","etag":null,"topics":["bootstrap4","css3","html5","portfolio","web","webdevelopment"],"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/neenjaw.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-01-03T21:17:13.000Z","updated_at":"2019-02-08T03:47:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"7e881937-8b0e-456d-82d0-f1cf004225b0","html_url":"https://github.com/neenjaw/udemy-webdev-bootcamp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/neenjaw/udemy-webdev-bootcamp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neenjaw%2Fudemy-webdev-bootcamp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neenjaw%2Fudemy-webdev-bootcamp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neenjaw%2Fudemy-webdev-bootcamp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neenjaw%2Fudemy-webdev-bootcamp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/neenjaw","download_url":"https://codeload.github.com/neenjaw/udemy-webdev-bootcamp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neenjaw%2Fudemy-webdev-bootcamp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31759530,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T15:25:13.801Z","status":"ssl_error","status_checked_at":"2026-04-13T15:25:09.162Z","response_time":93,"last_error":"SSL_read: 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":["bootstrap4","css3","html5","portfolio","web","webdevelopment"],"created_at":"2024-11-13T16:34:54.581Z","updated_at":"2026-04-13T15:34:53.306Z","avatar_url":"https://github.com/neenjaw.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# udemy-webdev-bootcamp\n\nThis is a repo in progress as I work through the Udemy course by Colt Steele on web development.\n\nOrganized by unit, assignment in that unit.\n\n## Contents:\n\n### s03\n\n- a1: Basic HTML element usage example.\n- a2: More basic HTML element usage with \u003cimg\u003e and \u003ca\u003e tags.\n\n### s04\n\n- a1: HTML table example.\n- a2: HTML form example with basic HTML5 validation rules.\n\n### s05\n\n- a1: CSS selector practice.\n\n### s06\n\nCSS Font/tyling practice.\n\n- a1: CSS Tic Tac Toe -- using a table\n- a2: CSS Code Along -- Image Gallery\n- a3: CSS Blog Posts -- Box model practice\n\n### s07\n\nBootstrap Integration.\n\n- a1: Bootstrap Image Gallery\n- a2: Bootstrap Splash Page\n\n### s08\n\nIntro to Javascript.\n\n- a1: externalized JS, basic prompt, log usage\n- a2: externalized JS, basic variable math, Math class use\n\n### s09\n\nMore Javascript\n\n- annoy-o-matic: while loop until condition met\n- loop-practice: for loops iterating through various number sequences\n\n### s10\n\nJavascript Functions\n\n- function-boilerplate: a few funcions.\n\n### s11\n\nJavascript: Arrays\n\n- todo: a todo list lite application, coded in module js style\n- problem: a few array functions, written in modular js style, adds array prototype fn\n\n### s12\n\nJavascript: Objects\n\n- object: object practice Boilerplate\n- movie-db: a movie database js test application to practice object usage, written in modular JS style\n\n### s13\n\nIntro DOM\n\n- dom: dom practice boilerplate\n\n### s14\n\nDOM Events\n\n- color-toggle: intro to event listening on a button and interacting with styles\n- scorekeeper: score keeper applet, modular style, customizable settings parameter\n- todo-revisit: adding events on mouseover, mouseout, click\n\n### s15\n\n#### color-game: an rgb color guessing game\n\n- How to install: copy the three files to a dir, then open the html files\n- How to play: click a square, if it matches the rgb code at the top, you win!\n- Features: modular JS style, flexible initialization settings.\n- Notes: learned a lot about block vs inline alignment, css selector specificity, DOM manipulation without libraries like jQuery.\n\n### s18\n\n#### jQuery Todo List: Now recreating the todo list with the jQuery library\n\n- Features: Modular JS style, css3 transitions, jQuery event listeners could be modified to work with backend data-structure.\n\n### Patatap\n\n#### Patatap clone built with Paper.js, howler.js\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneenjaw%2Fudemy-webdev-bootcamp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneenjaw%2Fudemy-webdev-bootcamp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneenjaw%2Fudemy-webdev-bootcamp/lists"}