Skip to content

kaanersoy/javascript-workshop-homework

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TDD Game Case

Install

git clone git@github.com:findmentor-network/javascript-workshop-homework
cd javascript-workshop-homework
npm install

Run test runner

npm run test -- --coverage

Step 1

Every model has own methods and tests as dir. Write tests and open a pull request. Do not implement any kind of code first

Step 2

If the tests are done, you are ready to implement. Implement the user class.

Step 3

Implement the room class.

Step 4

Write a dummy socket.io code and use that classes

Step 5

Write a dummy html and js code and use that socket.io backend.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 85.7%
  • JavaScript 7.4%
  • HTML 6.9%