Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.21 KB

README.md

File metadata and controls

32 lines (20 loc) · 1.21 KB

ThreadedReplies

ThreadedReplies is a React application visualizing a threaded comment system.

Screenshot

sc1 sc1

Installation and Setup

  1. Clone the repository to your local machine.
  2. Install the required dependencies by running npm install.
  3. Start the development server with npm start
  4. Open your browser and navigate to http://localhost:3000 to view the app.

How to Use

  1. Upon launching the app, you'll see a list of comments and their associated replies (if any).
  2. Click on "Like" or "Dislike" to express your reaction to a comment. Note that you can only like or dislike a comment, not both.
  3. To view the replies for a comment, click on "Show Replies." Clicking it again will hide the replies.

Technologies Used

  • React.js
  • Framer Motion (for animations)
  • CSS (for styling)

Contribution

If you'd like to contribute to ThreadedReplies, please fork the repository and use a feature branch. Pull requests are welcome!