wavesinaroom / my_odin_project_photo_tag

0 stars 0 forks source link

Stopwatch #3

Closed wavesinaroom closed 1 year ago

wavesinaroom commented 1 year ago

Description

The stopwatch stores elapsed time from the beginning of the game till all items have been found. That record and username name from <Input/> will be sent together as a data entry to the server.

Tests

wavesinaroom commented 1 year ago

This issue was relatively easy to do. I wish there was a way to do some unit testing on it but my previous experience coding game.js showed me that sometimes things should be done manual. Might not be right because I don't have a good deal of experience with unit testing but this project taught me that sometimes is better to manual test your implementation