git clone [email protected]:findmentor-network/javascript-workshop-homework
cd javascript-workshop-homework
npm install
npm run test -- --coverage
Every model has own methods and tests as dir. Write tests and open a pull request. Do not implement any kind of code first
If the tests are done, you are ready to implement. Implement the user class.
Implement the room class.
Write a dummy socket.io code and use that classes
Write a dummy html and js code and use that socket.io backend.