LEvinson2504 / fantasy-bet-football

author: Levinson D'souza

Home Page:https://fantasy-bet-football.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fantasy Bet Football

Front-End

TODO

  1. Make user login / registration form.
    • username
    • email id
    • password
    • favourite club

Back-End

TODO

  1. Automate Leaderboard and move it to back end
    • need to fetch results of completed matches from api
    • check the match ids with user bets match ids
      • if (match.id == user.match.id) { if (match.score == user.score){ user.points++; } user.match.remove(); }

About

author: Levinson D'souza

https://fantasy-bet-football.herokuapp.com/


Languages

Language:JavaScript 82.6%Language:HTML 15.0%Language:CSS 1.3%Language:Shell 1.1%