{"id":50481918,"url":"https://github.com/zainulabdeenofficial/logic_book","last_synced_at":"2026-06-01T18:02:04.796Z","repository":{"id":307703213,"uuid":"1030294275","full_name":"ZainulabdeenOfficial/Logic_Book","owner":"ZainulabdeenOfficial","description":"Build Smarter Arguments Think More Clearly. Written for students/workers, this clear‑style logic guide includes exercises and real examples to sharpen your thinking toolbox.","archived":false,"fork":false,"pushed_at":"2025-12-21T16:04:11.000Z","size":1195,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-23T05:40:21.694Z","etag":null,"topics":["begginer-friendly","beginner","books","css3","github","html5","js","learn","logic","logic-programming","logical-programming","programming","ui"],"latest_commit_sha":null,"homepage":"https://logic-book.vercel.app","language":"TypeScript","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/ZainulabdeenOfficial.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-08-01T11:55:38.000Z","updated_at":"2025-12-21T16:04:14.000Z","dependencies_parsed_at":"2025-08-05T11:48:15.099Z","dependency_job_id":null,"html_url":"https://github.com/ZainulabdeenOfficial/Logic_Book","commit_stats":null,"previous_names":["zainulabdeenofficial/logic_book"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/ZainulabdeenOfficial/Logic_Book","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZainulabdeenOfficial%2FLogic_Book","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZainulabdeenOfficial%2FLogic_Book/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZainulabdeenOfficial%2FLogic_Book/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZainulabdeenOfficial%2FLogic_Book/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ZainulabdeenOfficial","download_url":"https://codeload.github.com/ZainulabdeenOfficial/Logic_Book/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZainulabdeenOfficial%2FLogic_Book/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33786914,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-01T02:00:06.963Z","response_time":115,"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":["begginer-friendly","beginner","books","css3","github","html5","js","learn","logic","logic-programming","logical-programming","programming","ui"],"created_at":"2026-06-01T18:02:03.828Z","updated_at":"2026-06-01T18:02:04.790Z","avatar_url":"https://github.com/ZainulabdeenOfficial.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/ZainulabdeenOfficial/Logic_Book/main/public/assets/images/bookwebsite.jpg\" width=\"800\" alt=\"Logic Book Banner\"/\u003e\n\u003c/p\u003e\n\n\n# 📘 Logic Book\n\nAn educational **website for a book** that teaches logic concepts through clear lessons, interactive examples, and structured chapters. Ideal for students, teachers, and self-learners looking to master logical reasoning fundamentals.\n\n---\n# 📘 Explore the Logic Book – Your Gateway to Smart Thinking\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/ZainulabdeenOfficial/Logic_Book/refs/heads/main/public/assets/images/book.webp\" alt=\"Logic Book Banner\" width=\"400\"/\u003e\n\u003c/p\u003e\n\n\u003e Learn logic visually and interactively through a beautifully designed book platform.\n\n## 🧠 Workflow Diagram\n\n```mermaid\nflowchart TD\n    A[User opens index.html] --\u003e B[Chooses a chapter from navigation]\n    B --\u003e C[Reads logic content in chapter HTML]\n    C --\u003e D[Optionally opens about or contact pages]\n```\n\n---\n\n## 📁 Project File Structure\n\n```\nLogic_Book/\n│\n├── chapters/              # HTML files for each logic chapter\n│   ├── chapter1.html\n│   ├── chapter2.html\n│   ├── ...\n│   └── chapter8.html\n│\n├── css/                   # Stylesheets\n│   └── style.css\n│\n├── js/                    # JavaScript logic\n│   └── main.js\n│\n├── assets/                # Images or media used (e.g., bg.jpg)\n│   └── bg.jpg\n│\n├── index.html             # Main homepage\n├── about.html             # Info about the book\n├── contact.html           # Contact/help form\n└── README.md              # Project documentation\n```\n\n---\n\n## 🚀 Getting Started\n\n1. **Clone this repository:**\n   ```bash\n   git clone https://github.com/ZainulabdeenOfficial/Logic_Book.git\n   cd Logic_Book\n   ```\n\n2. **Open `index.html` in your browser**\n   - Either double-click or use a live server\n\n✅ No setup or installations required — it's a static website.\n\n---\n\n## 🧰 Tech Stack\n\n- HTML5\n- CSS3\n- JavaScript (Vanilla)\n\n---\n\n\n## 👨‍💻 Author\n\n**Zain Ul Abdeen**  \n📧 zu4425@gmail.com  \n🔗 [GitHub Profile](https://github.com/ZainulabdeenOfficial)\n\n---\n\n## 📄 License\n\nThis project is licensed under the [MIT License](LICENSE).\n\n---\n\n\u003e ⭐ If this book website helps you, please star the repo!\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzainulabdeenofficial%2Flogic_book","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzainulabdeenofficial%2Flogic_book","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzainulabdeenofficial%2Flogic_book/lists"}