Recreating the Vulcun lobby
- Project Manager: Eric Benson
- Create a replica screen of Vulcun lobby with at least 10 contests ( example : https://vulcun.com/user/lobby). Features:
- Contests list
- Contest filter at top
- "Enter contest functionality" not required
- Win% not required
- Design doesn't matter
-
Create a page where we can enter contest id and click "INCREMENT" button. This will increment entry number of that contest on lobby page.
-
On contest increment, all connected users lobby should update immediately.
-
Contest which was increment should highlight for 3 seconds.
Running the following commands installs the dependencies and fires up the server at http://localhost:8000
npm install
bower install
gulp