mvicomoya / board-game-picker

Rank your BGG collection by tiers and share it! You can also get a random board game from your BGG collection to play!

Home Page:https://www.bgpicker.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Board Game Picker

Enter your Board Game Geek username and get a random game form your collection (marked as owned) to play! Give it a try over at bgpicker.com

Built with React JS and chakra UI

Local installation

  • Clone this repo
    • git clone https://github.com/alfremedpal/board-game-picker.git
  • Move inside the project
    • cd board-game-picker/
  • Install dependencies
    • yarn install
  • Run
    • yarn start

Run with Docker

  • Build the docker image:
    • docker build . -t bgpicker
  • Start docker container:
    • docker run -p 3000:3000 -d bgpicker

Future

  • Add vertical layout option for ranking display
  • Add change width option for the ranking table
  • Add export option to the ranking engine
  • Add import option to the ranking engine

Contribute

Feel free to contribute to this project by creating a pull request.

About

Rank your BGG collection by tiers and share it! You can also get a random board game from your BGG collection to play!

https://www.bgpicker.com/

License:MIT License


Languages

Language:JavaScript 92.3%Language:CSS 4.9%Language:HTML 2.3%Language:Dockerfile 0.5%