ThreadedReplies is a React application visualizing a threaded comment system.
- Clone the repository to your local machine.
- Install the required dependencies by running
npm install
. - Start the development server with
npm start
- Open your browser and navigate to
http://localhost:3000
to view the app.
- Upon launching the app, you'll see a list of comments and their associated replies (if any).
- Click on "Like" or "Dislike" to express your reaction to a comment. Note that you can only like or dislike a comment, not both.
- To view the replies for a comment, click on "Show Replies." Clicking it again will hide the replies.
- React.js
- Framer Motion (for animations)
- CSS (for styling)
If you'd like to contribute to ThreadedReplies, please fork the repository and use a feature branch. Pull requests are welcome!