Skip to content

Boardgame event organiser, final project at Flatiron School

Notifications You must be signed in to change notification settings

szib/no-cambio-tonight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

No Cambio Tonight

A board games event organiser application. Users can maintain a game library, create events and bring their games to the events.

Live demo

Installation

  • Install backend first.
  • Clone this repo.
  • Run npm install
  • Start frontend by running npm start

This project was bootstrapped with Create React App.

Future development plans

  • Users upload profile photo (save to backend or S3 bucket)
  • Import events from Meetup API
  • Integrate event location with Google Maps
  • Advanced search - by category - game mechanics - by game present at an event
  • Users can request others for bringing games to events
  • Or users can favorite games and most popular games shows up at the event details
  • Marketplace for games
  • Add venue model with local game library (games always present)
  • Theming
  • Backend job to update games database daily from BGA API
  • Notify users about cancelled events (email)
  • Board game recommendation system - based on favorited games or on some input (number of players, playtime, etc)