Ever bet with a friend on something? Ever wish there was a way to keep track of how often you were right? With EvenBetter, now there is! Challenge your friends to a bet about ANYTHING and use Even Better's chat functionality to talk about it. Also use the exclusive Sports Bet functionality to pick a game from any major sport to bet on. We keep track of your points to ensure you've got bragging rights!
- ReactJS with Material UI
- Rails as an API
- PostgreSQL
- Clone the repo
- Navigate to the rails server folder
cd even-better-server
- Start the server
rails s
- Navigate to the react front-end folder
cd even-better-app
- Start react
npm start
oryarn start
- Open your browser and navigate to
http://localhost:3000/
- Bet on absolutely anything
- Invite 1 or more friends to compete with
- Set 2 to any number of potential outcomes to bet on
- Invite a 3rd party mediator to select the outcome
- The prize pool is divided among the participants who selected the winning outcome
- Bet on any major sports game
- Invite 1 or more friends to compete with
- No need for a 3rd party mediator
- The winning outcome is determined by the outcome of the game received from our API
- The prize pool is divided among the participants who selected the winning outcome