Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 898 Bytes

Game-Suggestion-App.md

File metadata and controls

25 lines (14 loc) · 898 Bytes

Game suggestion app

Tier: 2-Intermediate

An app where users can create polls where voters can suggest any games available on IGDB to play on a stream or a gaming get-together. IGDB (Internet Game Data Base) has a handy API for getting games and implementing some kind of AJAX search for it would be necessary.

User Stories

  • User can create polls
  • User can vote on polls (add games)
  • User can see the poll results as a top 10 or 5 list of the most voted games

Bonus features

  • Poll admin can restrict the voting to a certain tag or genre
  • User can login and see their old polls

Useful links and resources

Example projects