Trying to build a NES and SNES comment and voting system. But cant really get things to work.. :(
$ npm install
$ gulp
And ofc set up your .env
file
Up and down votes doesn't appear under Title.- When commenting, with validation, errors appear on all divs, should appear on that specefic comment.
- Total amount of comments for a Game title doesn't appear.
"/l" route shouldent exist. When just hitting "/m", all games should appearSearching when browsing comments should go to "/l/all" (or /m/all) (removed searchbar in comments)- Be able to vote up and down on comments.
- Clean up a VoteTrait (one common vote model and Controller).
- Add CommentCount and Votes (ups/downs) to collection $game to avoid a $http.get request for all titles (GameVoting.vue).
- Favorite games, adding them to a user specefic list.
- User interface, http://example.com/@user view comments, likes and favorite games.
- Everything should be Vuejs =)