Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 992 Bytes

README.md

File metadata and controls

26 lines (23 loc) · 992 Bytes

This app recommends board games based on selected filters. Game data is fetched from Board Game Atlas API.

Features planned coming:

  • Add min/max players filter(s)
  • Add min/max play time filter(s)
  • Add sorting
  • User material-ui
  • Add more sorting options
  • Make it prettier
  • Make it even prettier
  • Search for a random game
  • Wizard style search
  • Show more game info, e.g. list all mechanics, categories
  • Limit the description length and maybe hide rest behind accordion or read more button/link
  • Refactor things.. again. Bunch of duplicated and heavy code as result of "Make it work, fix later"
  • Refactor things.. even more! We're on good path after the first batch of changes.
  • ...

Setup local

npm install npm run start

Deploy

npm run deploy