E-Betz is a application which is used to bet on live matches for video game tournaments. A user is able to sign up with an account and will start with 10,000 credits. Once signed in a user can find live matches and bet on teams that are going to play.
Have Visual Studio Code installed or similar application
In your favorite terminal do the following:
- Clone the repo
git clone https://github.com/adrianctwo/bet.git- Install NPM packages
npm install-
A user will be instructed to sign in, if a user doesn't have a log in they can created a account by clicking the sign up button.
-
Once logged in a user will be redirected to the Tournament list page
-
On the tournament page a user can do the following:
- Click a tournament
- This will route you to the matches page
- Click a tournament
-
On the Matches page a user can do the following:
- Clicking a match
- Once a match is click it will take the user to the match page which will show the teams playing each other with their roster.
- A user will be able to bet by clicking the bet now button
- A modal will pop up and the user will type how much they want to bet then click the submit button
- Clicking a match
Adrian Situ - ReactJS, Pandascore API, User Interface
Angelo DePaolo - User Interface
Jared Cabanilla - Pandscore API & User Interface
Rachel Gundy - Authentication & User Interface

