Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 1013 Bytes

README.md

File metadata and controls

31 lines (17 loc) · 1013 Bytes

Mini-Hackathon: Reddit Clone

Create a reddit clone to test what you have learned over the past eight weeks.

#Website Link Here.

User Stories:

  • User can sign up and login.

  • User can view their own profiles as well as any other person's profiles

  • User don't need to be logged in to view the website, however you need to be logged in to post, comment, upvote...etc.

  • User should see all posts on the home page, ranked in descending order by votes

  • User should be able to click on a "Create Post" button and see a modal to create a new Post

  • User should be able to vote on a post

  • User should be able to create a Comment on a Post

  • User should be able to vote on a Comment

  • User should be able to comment on a comment

Side Notes

  • Website must be accessible and responsive (search engine optimized, as well as suitable for use by people with disabilities and special needs).

  • Must be properly tested.

  • Errors must be properly handled (No console.log(error)).