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

https://github.com/coder-abdo/fb-comments-design


https://github.com/coder-abdo/fb-comments-design

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# Facebook Comments

This is a simple version of Facebook comments built with Parcel, HTML, and CSS. It just the markup and the style using modern css features such as `containers`, `:has()`, and ...etc.

## Installation

1. Clone the repository to your local machine.

```
git clone https://github.com/coder-abdo/fb-comments-design.git
```

2. Install dependencies using npm.

```
npm install
```

or

```
yarn
```

or

```
pnpm install
```

3. Start the development server.

```
npm start
```

or

```
pnpm start
```

or

```
yarn start
```

4. Open your browser and navigate to http://localhost:1234 to view the app.

## Contributing

Contributions are welcome! If you find a bug or have an idea for a new feature, please open an issue or submit a pull request.

## License

This project is licensed under the MIT License. See the LICENSE file for details.

- thanks to [Ahmed Shadid](https://ishadeed.com/)
- Read the whole Article here: [Article](https://ishadeed.com/article/comment-component/)