{"id":15549161,"url":"https://github.com/christyjacob4/web-tech-docs","last_synced_at":"2026-03-12T14:17:15.608Z","repository":{"id":39397208,"uuid":"206650748","full_name":"christyjacob4/web-tech-docs","owner":"christyjacob4","description":"My personal guide to Web Technologies II Course ","archived":false,"fork":false,"pushed_at":"2022-12-11T04:30:22.000Z","size":2377,"stargazers_count":4,"open_issues_count":22,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-18T07:46:41.464Z","etag":null,"topics":["blog","javascript","vue","vuepress","website"],"latest_commit_sha":null,"homepage":"https://web-tech-guide.netlify.com/","language":null,"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/christyjacob4.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":"2019-09-05T20:21:36.000Z","updated_at":"2022-03-26T18:39:40.000Z","dependencies_parsed_at":"2022-08-30T15:52:23.192Z","dependency_job_id":null,"html_url":"https://github.com/christyjacob4/web-tech-docs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/christyjacob4/web-tech-docs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/christyjacob4%2Fweb-tech-docs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/christyjacob4%2Fweb-tech-docs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/christyjacob4%2Fweb-tech-docs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/christyjacob4%2Fweb-tech-docs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/christyjacob4","download_url":"https://codeload.github.com/christyjacob4/web-tech-docs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/christyjacob4%2Fweb-tech-docs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30428016,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-12T14:00:25.264Z","status":"ssl_error","status_checked_at":"2026-03-12T13:59:52.690Z","response_time":114,"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":["blog","javascript","vue","vuepress","website"],"created_at":"2024-10-02T13:29:18.344Z","updated_at":"2026-03-12T14:17:15.583Z","avatar_url":"https://github.com/christyjacob4.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003ch1 align=\"center\"\u003eWeb Tech Docs 📔\u003c/h1\u003e\n\u003cp align = center\u003e\n    \u003cimg alt=\"Project Logo\" src=\"https://image.flaticon.com/icons/svg/1149/1149168.svg\" target=\"_blank\" width = 120 height = 120 /\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\n\u003cimg alt=\"Vue\" src=\"https://img.shields.io/badge/platform-vue-brightgreen?style=for-the-badge\u0026logo=vue.js\" target=\"_blank\" /\u003e\n\n  \u003cimg alt=\"Latest Commit\" src=\"https://img.shields.io/github/last-commit/christyjacob4/react-todoist?logo=git\u0026style=for-the-badge\" target=\"_blank\" /\u003e\n\n  \u003c!-- \u003cimg alt=\"Version\" src=\"https://img.shields.io/badge/version-1.0-success?style=for-the-badge\u0026logo=coderwall\" target=\"_blank\" /\u003e --\u003e\n\n  \u003ca href=\"https://github.com/christyjacob4/web-tech-docs/blob/master/LICENSE\"\u003e\n    \u003cimg alt=\"License: MIT\" src=\"https://img.shields.io/badge/license-MIT-success.svg?style=for-the-badge\u0026logo=gitter\" target=\"_blank\" /\u003e\n  \u003c/a\u003e\n\n  \u003ca href=\"https://twitter.com/christyjacob4\"\u003e\n    \u003cimg alt=\"Twitter: Christy Jacob\" src=\"https://img.shields.io/twitter/follow/christyjacob4?label=Follow%20%40christyjacob4\u0026style=for-the-badge\u0026logo=twitter\" target=\"_blank\" /\u003e\n  \u003c/a\u003e\n\n  \u003cimg alt=\"Netlify Status\" src=\"https://api.netlify.com/api/v1/badges/772acea2-5160-40b1-b128-441b0c150ed2/deploy-status\" target=\"[_blank](https://app.netlify.com/sites/web-tech-guide/deploys)\" /\u003e\n\n\u003c/p\u003e\n\u003ch3 align=\"center\"\u003eA website to serve as a reference material for anyone undertaking the web technologies course. \u003c/h3\u003e\n\n\n## 🚀 Usage\n\n* ### Clone the repository\n```sh\ngit clone https://github.com/christyjacob4/web-tech-docs/\ncd web-tech-docs\n```\n\n* ### Install dependencies\n```sh\nyarn add -D vuepress\n```\n\n* ### Start developement Server\n```sh\nyarn docs:dev\n```\n\n## ✨ Screenshots\n\n\u003cp align=\"center\"\u003e\n    \u003cimg alt = \"Attach Screenshot\"src=\"demo-img/demo.png\" width=\"700\"\u003e\n\u003c/p\u003e\n\n\u003c!-- ## 📖 Features\n\n- [x] Basic to Advanced JS Concepts\n- [x] \n- [x] Mark tasks as completed\n- [x] Dark Mode\n- [x] Firebase Support  --\u003e\n\n\n## 🍻 Contributing\n\nContributions, issues and feature requests are welcome.\u003cbr /\u003e\nFeel free to check [issues page](https://github.com/christyjacob4/web-tech-docs/issues) if you want to contribute.\n\n\n## 👤 Author\n\n**Christy Jacob**\n\n- Twitter: [@christyjacob4](https://twitter.com/christyjacob4)\n- Github: [@christyjacob4](https://github.com/christyjacob4)\n\n## 🤝 Acknowledgements\n- Icons by [Flaticon](https://www.flaticon.com/)\n\n\n## 🙌 Show your support\n\nPlease ⭐️ this repository if this project helped you!\n\n## 📝 License\n\nCopyright © 2019 [Christy Jacob](https://github.com/christyjacob4).\u003cbr /\u003e\nThis project is [MIT](https://github.com/christyjacob4/web-tech-docs/blob/master/LICENSE) licensed.\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchristyjacob4%2Fweb-tech-docs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchristyjacob4%2Fweb-tech-docs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchristyjacob4%2Fweb-tech-docs/lists"}