It's an ask-and-answer web application much like stackoverflow.com
- react + react-router v4.0.0 + redux ( Frontend )
- webpack ( Helper tools )
- Express & Mongoose & JWT ( Backend )
login-flow with react and redux
The app homepage shows the latest cases. In order to add a new case (question) or answer authentication is mandatory. Questions/Answers are limited to a maximum of 140 characters length.
One can upvote/downvote answers and the owner will have karma points adjusted accordingly. One can still answer to his own question.
- Edit questions/answers
- Delete questions/answers
- Add pagination