Features for the "Reddit Clone" Assignment
Week 1
- User registration and authentication (using Devise)
- Ability for users to submit links (with titles and descriptions)
- Ability for users to view all links (sorted by number of votes)
- Ability for users to upvote or downvote on any link (but only once per user)
Week 1 Bonus
- Pagination on the "view all links" page (gems may help)