A typical QnA app. There is a question displayed and a form to submit answers for the same. Just like stackoverflow, There is functionality to upvote/downvote any answer. Furthermore the answers are displayed in order of upvotes(max to min).
Steps to run the app:
- Clone the repository: git clone https://github.com/VishalGulati/React-QnA.git
- Install all packages: npm i
- Start app in dev mode: npm start
This should open the app on localhost.