vtejaeta / Comments-Widget-App

Web app which has features like adding nested comments upto n-level, edit comment, delete comment

Home Page:https://comments-widget-app-git-master.vtejaeta.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Comments Widget App

Comments Widget App

Overview

Hello đź‘‹, Welcome to my project of Comments widget app built with HTML, CSS, JavaScript DOM. This allows users to add comments which are nested upto n-level. It has all features like comment box, post comment, reply to comment, nested comments, edit comment, delete comment. This project helped me understand how tree data structures are used to create nested comments and display it in UI. It was very fun building this project. State of app is preserved using Local Storage.

How to install this project

  1. Clone the project using the command git clone https://github.com/vtejaeta/Comments-Widget-App.git
  2. Move into the file directory you wish to run using cd {folder_name}.
  3. Open HTML file using any live-server extension in VS Code.

Questions

For questions related to using the project, please reachout to me through

About

Web app which has features like adding nested comments upto n-level, edit comment, delete comment

https://comments-widget-app-git-master.vtejaeta.vercel.app/


Languages

Language:JavaScript 69.9%Language:CSS 22.5%Language:HTML 7.6%