{"id":26229071,"url":"https://github.com/victor-gp/coursera-frontend-basics","last_synced_at":"2026-04-06T08:31:27.937Z","repository":{"id":140647624,"uuid":"306702500","full_name":"victor-gp/coursera-frontend-basics","owner":"victor-gp","description":"My solutions to the assignments of course \"HTML, CSS, and Javascript for Web Developers\" on Coursera","archived":false,"fork":false,"pushed_at":"2020-12-09T15:26:47.000Z","size":12125,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-26T20:13:06.855Z","etag":null,"topics":["bootstrap","coursera","css","frontend","html","javascript","responsive-web-design"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/victor-gp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2020-10-23T17:23:28.000Z","updated_at":"2020-12-27T23:03:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"78983c2e-8552-46fb-b10c-fe9443b568b2","html_url":"https://github.com/victor-gp/coursera-frontend-basics","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/victor-gp/coursera-frontend-basics","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/victor-gp%2Fcoursera-frontend-basics","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/victor-gp%2Fcoursera-frontend-basics/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/victor-gp%2Fcoursera-frontend-basics/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/victor-gp%2Fcoursera-frontend-basics/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/victor-gp","download_url":"https://codeload.github.com/victor-gp/coursera-frontend-basics/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/victor-gp%2Fcoursera-frontend-basics/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31464604,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T21:22:52.476Z","status":"online","status_checked_at":"2026-04-06T02:00:07.287Z","response_time":112,"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":["bootstrap","coursera","css","frontend","html","javascript","responsive-web-design"],"created_at":"2025-03-12T21:38:04.429Z","updated_at":"2026-04-06T08:31:27.933Z","avatar_url":"https://github.com/victor-gp.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Coursera - Frontend Basics\n\nMy solutions to the [coding assignments](https://github.com/jhu-ep-coursera/fullstack-course4/tree/master/assignments) of the Coursera course [HTML, CSS, and Javascript for Web Developers](https://www.coursera.org/learn/html-css-javascript-for-web-developers), by Yaakov Chaikin.\n\nThe code for each assignment is available on its solution subfolder, along with a copy of the instructions for the assignment.\n\nThis repo is deployed to GitHub Pages, you can see how the solutions look in the following links:\n\n- [Assignment 2](https://victor-gp.github.io/coursera-frontend-basics/module-2-solution/index.html) : a responsive webpage without Bootstrap\n- [Assignment 3](https://victor-gp.github.io/coursera-frontend-basics/module-3-solution/index.html) : barebones of a responsive webpage with Bootstrap\n- [Assignment 3 Optional](https://victor-gp.github.io/coursera-frontend-basics/module-3-optional/index.html) : a responsive webpage with Bootstrap\n- [Assignment 4](https://victor-gp.github.io/coursera-frontend-basics/module-4-solution/index.html) : a simple Javascript program\n- [Assignment 5](https://victor-gp.github.io/coursera-frontend-basics/module-5-solution/index.html) : navigation (content re-render) for an SPA\n\n## Usage\n\nYou can run Assignments 2-4 by opening the solution's `index.html` on your browser.\n\nAssignment 5 is a bit more tricky because it makes AJAX requests to local files. [Your browser may not support that](https://developer.mozilla.org/en-US/docs/Learn/Common_questions/set_up_a_local_testing_server#The_problem_with_testing_local_files) so you'll need to fire up a local server. There are many ways to do that. For instance, Python includes an http server in its standard library (see previous link).\n\nI used [Browsersync](https://browsersync.io/) while I was debugging. You can run it with [npx](https://www.npmjs.com/package/npx) like this:\n\n```\n$ npx browser-sync start --server \"module-5-solution/\" --files \"module-5-solution/\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvictor-gp%2Fcoursera-frontend-basics","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvictor-gp%2Fcoursera-frontend-basics","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvictor-gp%2Fcoursera-frontend-basics/lists"}