Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 569 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 569 Bytes

Thread-comments

The challenge

Your challenge is to build out this thread-comments functionality as shown in UI.

Challenge design

Thread-comments_new

JSON Data

Make fake API using app/comments.json and perform crud with this json data.

Json server

For fake API you can use json server

Run locally

Fork this repo and then clone

git clone [email protected]:Improwised/thread-comments.git