AngularJS based mobile sportsbook application (POC).
#Functionality
- Animated live game actions
- Display different winner markets based on provided data via a service
- Animated betslip
- Adding/Removing odds to the betslip
- Calculation of 'possible gain'
- Keypad for easier betting on mobile devices
- Responsiveness via Flexbox
Install NodeJS (nodejs.org)
Install gulp (https://gulpjs.com)
cd app && npm install
gulp
gulp watch
npm install static-server
static-server in the root project folder
Load in the browser at http://localhost:9080/
cd app && karma start