Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 2 KB

File metadata and controls

29 lines (19 loc) · 2 KB

Introduction

Thread-Master is a PHP-based application that demonstrates how to build a nested comment system. This project is ideal for learning how to manage threaded comments in web applications, allowing for clear and organized discussions.

Problem solving

This project demonstrates how to build a nested looping comment system up to the deepest level using PHP. It focuses on creating a robust backend with an efficient database schema to store comments and their hierarchical relationships, implementing a recursive algorithm to traverse and render the comment hierarchy, and designing a user-friendly interface to display comments in a nested format. The project addresses challenges such as efficient querying, performance optimization, and scalability to ensure the system can handle deep levels of nested comments and a large number of replies, providing a comprehensive solution for building sophisticated comment systems in web applications.

Technology used

  1. Hypertext preprocessor(PHP).
  2. MySQL for database
  3. Javascript and Ajax (building frontend)

Frameworks

  1. Bootstrap v5

Usage

Simple to setup this project.All you need is install XAMPP or any local development server in machine.All files are located in folder include database file.You will need to import sql database before starting the app.

Screenshots & demos

firefox_KZl3iTetqj.mp4

Screenshot (358) Screenshot (362) Screenshot (361) Screenshot (360) Screenshot (359)