BattleShipDelta / BattleShip-Web

Front end portion of the BattleShip Delta App.
https://battleship-delta-web.herokuapp.com/
MIT License
0 stars 2 forks source link

Dashboard #57

Closed etitler closed 6 years ago

etitler commented 6 years ago

In this PR I adjusting dashboard to receive the list of games from the fetchList action. The display is more proof of concept that will be changed later for actual styling. Also creating a button to redirect to games, along with using setInterval() to get data from our API every thirty seconds while on dashboard but stopping when leaving.