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

https://github.com/payal033/interactive-comments-section

This project is an interactive comments section built as part of a Frontend Mentor challenge. The goal is to create a dynamic and user-friendly comment system.
https://github.com/payal033/interactive-comments-section

angular html-css responsive typescript

Last synced: 11 months ago
JSON representation

This project is an interactive comments section built as part of a Frontend Mentor challenge. The goal is to create a dynamic and user-friendly comment system.

Awesome Lists containing this project

README

          

# Frontend Mentor - Interactive comments section

## Interactive Comments Section 💬

### [Demo](https://payal033.github.io/Interactive-comments-section/)

This project is an **interactive comments section** built as part of a **Frontend Mentor challenge**. The goal is to create a fully functional comment system with real-time interactions, including replies, voting, and editing capabilities.

## 🚀 Features

✅ Add new comments
✅ Reply to existing comments
✅ Edit own comments
✅ Delete comments with a confirmation prompt
✅ Upvote/downvote comments
✅ Fully responsive UI
✅ Nested comment threads

## 🛠️ Technologies Used

- **Angular**
- **TypeScript**
- **CSS** for styling
- **Local Storage** for data persistence

## 🚀 Getting Started

### 1️⃣ Clone the Repository

```sh
git clone https://github.com/payal033/interactive-comments-section.git
cd interactive-comments-section
```

### 2️⃣ Install Dependencies

```sh
npm install
```

### 3️⃣ Run the Application

```sh
ng serve # or npm start
```

The app will be available at http://localhost:4200.

### Screenshots

![desktop-design-1](./screenshots/desktop-design-1.png)
![desktop](./screenshots/desktop.png)
![delete-modal-desktop](./screenshots/delete-modal-desktop.png)