{"id":32806858,"url":"https://github.com/sparklemca-osc/web-development-workshop","last_synced_at":"2026-05-07T19:12:04.262Z","repository":{"id":322198097,"uuid":"1088025711","full_name":"SparkleMCA-OSC/Web-Development-workshop","owner":"SparkleMCA-OSC","description":"A comprehensive, four-week workshop designed to teach the fundamentals of web development. This repository contains all the materials and projects, covering everything from HTML and Tailwind CSS to asynchronous JavaScript, API integration, and deployment with Git and Vercel.","archived":false,"fork":false,"pushed_at":"2025-11-02T06:22:45.000Z","size":1213,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-03T06:22:23.477Z","etag":null,"topics":["github","javascript","tailwind-css","web-development"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/SparkleMCA-OSC.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-02T06:22:07.000Z","updated_at":"2025-11-02T06:24:25.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/SparkleMCA-OSC/Web-Development-workshop","commit_stats":null,"previous_names":["sparklemca-osc/web-development-workshop"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/SparkleMCA-OSC/Web-Development-workshop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SparkleMCA-OSC%2FWeb-Development-workshop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SparkleMCA-OSC%2FWeb-Development-workshop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SparkleMCA-OSC%2FWeb-Development-workshop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SparkleMCA-OSC%2FWeb-Development-workshop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SparkleMCA-OSC","download_url":"https://codeload.github.com/SparkleMCA-OSC/Web-Development-workshop/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SparkleMCA-OSC%2FWeb-Development-workshop/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":283027924,"owners_count":26767085,"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","status":"online","status_checked_at":"2025-11-06T02:00:06.180Z","response_time":55,"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":["github","javascript","tailwind-css","web-development"],"created_at":"2025-11-06T15:00:49.578Z","updated_at":"2025-11-06T15:01:33.479Z","avatar_url":"https://github.com/SparkleMCA-OSC.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Basic setup with TailwindCSS and VSCode settings.\n\n### Tailwind CDN 1\n\n```html\n\u003cscript src=\"https://cdn.tailwindcss.com\"\u003e\u003c/script\u003e\n```\n\n### Tailwind CDN Alternative\n\n```html\n\u003cscript src=\"https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4\"\u003e\u003c/script\u003e\n```\n\n### .vscode/settings.json\n\n```json\n{\n  \"tailwindCSS.includeLanguages\": {\n    \"html\": \"html\"\n  },\n  \"tailwindCSS.experimental.classRegex\": [\n    [\"class\\\\s*=\\\\s*\\\"([^\\\"]*)\\\"\", 1]\n  ],\n  \"editor.quickSuggestions\": {\n    \"strings\": true\n  }\n}\n```\n\n### tailwind.config.js\n\n```js\nmodule.exports = {\n  content: [\"./src/**/*.{html,js}\"],\n  theme: {\n    extend: {},\n  },\n  plugins: [],\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsparklemca-osc%2Fweb-development-workshop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsparklemca-osc%2Fweb-development-workshop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsparklemca-osc%2Fweb-development-workshop/lists"}