Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 1.2 KB

README.md

File metadata and controls

37 lines (20 loc) · 1.2 KB

Q&A Website (ongoing)

Question & Answer Application built with Laravel 5 And VueJs includes a voting system.


List of all the questions, any user could update his question or delete it.

Screen Shot 2019-06-09 at 9 55 43 AM

User could ask a new question

Screen Shot 2019-06-09 at 10 00 41 AM

Single page for every question, with its answers

  • Any user could favorite the question
  • Any user could vote up or down the question

Screen Shot 2019-06-09 at 10 00 15 AM

User could post an answer

  • Any user could vote up or down the answer
  • Any user could update or delete his answer
  • The questioner could accept the answer he wants

Screen Shot 2019-06-09 at 9 31 31 PM

Future work

  • Refactoring the code
  • Add VueJs to the project
  • Add OAuth2 for social media accounts