PLEASE ROTATE YOUR DEVICE
mdi-phone-rotate-landscape
mdi-format-list-bulleted
2023
orders: {{ordersToShow.length}} ({{ordersFromApiResponse.length}})
|
saldo: {{ ordersToShow.reduce((acc, o) => acc +
parseInt(o.profit),
0)}}
${{ Math.round(item.value) }}
ALL
CLEAR
ALL
CLEAR
{{new Date(order.placedDate).toString().substring(4,10)}}
{{new Date(order.placedDate).toString().substring(15,24)}}
{{order.itemDescription.eventDesc}}
{{order.itemDescription.marketDesc.replace('Over/Under ',
'')}}{{order.itemDescription.runnerDesc}}
{{order.customerOrderRef}}
{{order.customerStrategyRef}}
{{order.sizeSettled}}
{{order.priceMatched}}
{{order.betOutcome === 'WON' ?
'✅' : '❌'}}
{{Math.round(order.profit)}}
{{Math.round(order.cumulativeProfit)}}
{{order}}
{{order.score}}
{{order.points}}pts
✅
Responsive web page built from scratch with VUE.JS, using JAVASCRIPT,
HTML and CSS.
In addition, to faster and beauty design I used VUETIFY UI library and some
MATERIAL DESIGN ICONS.
Hosted in a Linux UBUNTU dedicated server at DIGITALOCEAN cloud
infrastructure. Version control by
GIT and GITHUB. Reverse proxy with NGINX. SSL
certification with CERTBOT |
screen: {{$vuetify.breakpoint.width}}x{{$vuetify.breakpoint.height}} | isMobile:
{{isMobileLastStatus}}
2023 @jvictorjs