An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          


Logic Book Banner

# πŸ“˜ 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


Logic Book Banner

> 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!