https://github.com/zainulabdeenofficial/logic_book
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.
https://github.com/zainulabdeenofficial/logic_book
begginer-friendly beginner books css3 github html5 js learn logic logic-programming logical-programming programming ui
Last synced: about 11 hours ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/zainulabdeenofficial/logic_book
- Owner: ZainulabdeenOfficial
- License: mit
- Created: 2025-08-01T11:55:38.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-12-21T16:04:11.000Z (5 months ago)
- Last Synced: 2025-12-23T05:40:21.694Z (5 months ago)
- Topics: begginer-friendly, beginner, books, css3, github, html5, js, learn, logic, logic-programming, logical-programming, programming, ui
- Language: TypeScript
- Homepage: https://logic-book.vercel.app
- Size: 1.14 MB
- Stars: 7
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# π Logic Book
An 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.
---
# π Explore the Logic Book β Your Gateway to Smart Thinking
> Learn logic visually and interactively through a beautifully designed book platform.
## π§ Workflow Diagram
```mermaid
flowchart TD
A[User opens index.html] --> B[Chooses a chapter from navigation]
B --> C[Reads logic content in chapter HTML]
C --> D[Optionally opens about or contact pages]
```
---
## π Project File Structure
```
Logic_Book/
β
βββ chapters/ # HTML files for each logic chapter
β βββ chapter1.html
β βββ chapter2.html
β βββ ...
β βββ chapter8.html
β
βββ css/ # Stylesheets
β βββ style.css
β
βββ js/ # JavaScript logic
β βββ main.js
β
βββ assets/ # Images or media used (e.g., bg.jpg)
β βββ bg.jpg
β
βββ index.html # Main homepage
βββ about.html # Info about the book
βββ contact.html # Contact/help form
βββ README.md # Project documentation
```
---
## π Getting Started
1. **Clone this repository:**
```bash
git clone https://github.com/ZainulabdeenOfficial/Logic_Book.git
cd Logic_Book
```
2. **Open `index.html` in your browser**
- Either double-click or use a live server
β
No setup or installations required β it's a static website.
---
## π§° Tech Stack
- HTML5
- CSS3
- JavaScript (Vanilla)
---
## π¨βπ» Author
**Zain Ul Abdeen**
π§ zu4425@gmail.com
π [GitHub Profile](https://github.com/ZainulabdeenOfficial)
---
## π License
This project is licensed under the [MIT License](LICENSE).
---
> β If this book website helps you, please star the repo!