A bid terminal app simulator made with websockets protocol. A user can login as one of the 4 predefined participant. The sever is keeping status of current time until the end of current user bid time in real time and updates accordingly. During bid time a user can place the bid (hand over timer to next user) otherwise the bid button is disabled
LIVE LINK: https://classy-zuccutto.netlify.app
BACKEND CODE: https://github.com/BabkinAV/terminal-be
From the repo:
- Clone the project locally
- Run
npm installin your bash\command line
