A board games event organiser application. Users can maintain a game library, create events and bring their games to the events.
- Install backend first.
- Clone this repo.
- Run
npm install
- Start frontend by running
npm start
This project was bootstrapped with Create React App.
- 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)