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

https://github.com/raphico/interactive-comment-section

Frontend mentor challenge - interactive comment section
https://github.com/raphico/interactive-comment-section

css-modules lit vite web-components

Last synced: about 2 months ago
JSON representation

Frontend mentor challenge - interactive comment section

Awesome Lists containing this project

README

          

# [Frontend Mentor - Interactive comment section](https://www.frontendmentor.io/challenges/interactive-comments-section-iG1RugEG9)

![App preview](./screenshot.png)

## Tools

1. Web components with [lit](https://lit.dev/docs/v1)
2. Vite for building
3. PostCSS & CSS Modules

# Running locally

1. clone repository

```bash
git clone git@github.com:Raphico/interactive-comment-section.git
```

2. install dependencies

```bash
pnpm install
```

3. start development environment

```bash
pnpm run dev
```