Day 80 | Typeland - Detect when finished typing & show result

26 August, 2020

Use React hooks & effects to detect type completion on last word then show wpm result, also learned Cypress command to mock time (cy.clock())

Code : https://github.com/narze/typeland/pull/4

Link : https://typeland.vercel.app/

Back