-
Notifications
You must be signed in to change notification settings - Fork 0
MVP List
Jerry Park edited this page May 11, 2022
·
2 revisions
This stack overflow clone is an online forum application that allows users to ask and answer questions that can be viewed and up/downvoted by other users.
- Users can sign up, sign in, log out
- Users can use a demo login to try the site
- Users can't use certain features without logging in (posting questions, replying)
- Logged in users can CRUD questions
- View all of current user's previous questions
- Logged in users can CRUD replies
- View all of current user's previous replies
- Implement linear search algorithm
- Try implementation of Algolia Search API
- Logged in users can vote for a question or reply.
- The net number of votes will be visible to everyone.