comments-section

πŸ—¨οΈ Comment & Reply System

This is a simple web-based Comment and Reply System built using Vanilla JavaScript, HTML, and CSS. It allows users to post a comment and reply to existing comments in a nested, interactive format.

πŸ“ Project Structure

πŸ“¦ comment-reply-system
β”œβ”€β”€ comment.html // Main HTML structure
β”œβ”€β”€ comment.css // Styling for form, buttons, and layout
└── comment.js // Logic to handle comments and nested replies

πŸš€ Features

  1. πŸ’¬ Post a new comment
  2. ↩️ Reply to any comment (unlimited nesting)
  3. ✨ Smooth UI interactions using CSS transitions
  4. πŸ“± Responsive and minimalist design

πŸ› οΈ Technologies Used

  1. HTML5 β€” Markup
  2. CSS3 β€” Styling and layout
  3. JavaScript (ES6) β€” DOM manipulation & interactivity

🧠 How It Works

πŸ“Έ Screenshots

https://github.com/user-attachments/assets/5de82b78-529a-4add-9d1c-324e4c6eef75

πŸ§ͺ How to Run

  1. Clone or download this repository.
  2. Open the comment.html file in a browser.
  3. Start commenting and replying interactively.

πŸ“Œ Notes