https://github.com/coder-abdo/fb-comments-design
https://github.com/coder-abdo/fb-comments-design
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/coder-abdo/fb-comments-design
- Owner: coder-abdo
- Created: 2023-06-20T21:10:16.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-23T06:18:13.000Z (about 3 years ago)
- Last Synced: 2025-03-04T07:47:40.575Z (over 1 year ago)
- Language: HTML
- Homepage: https://fb-comments-design.vercel.app
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)