bobbyiliev / bobbyiliev/introduction-to-sql

Feature: Make Chapter Sections Interactive to Show Short Descriptions and Synta

Open
#95 2 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
HTML
Stars
494
Forks
122
PR merge metrics
No merged PRs in 30d

Description

### Overview

Currently, all chapter sections (e.g., Databases, MySQL, Tables, SELECT, etc.) are static and non-interactive. Users have to open each page or resource separately to understand what each section covers.

### Description

Convert each chapter card into a clickable or expandable button that displays:
A one-line explanation of the topic
A basic SQL syntax or example

Example:
SELECT → “Used to retrieve data from a table.”
SELECT column_name FROM table_name;

This enhancement will make the page more interactive and educational, giving users a quick overview of key SQL concepts directly from the main chapters list.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.