Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 583 Bytes

File metadata and controls

23 lines (17 loc) · 583 Bytes

Speed typing game with React

How it works

Click start button

- The keyborad focus with automatically be in the input field
    - Input field will be enabled for typing
- The time will start counting from deafult time which is 30 secs
- At the end of the time you will see how many words you typed in as many seconds
    - Input field will be disabled
    - The exact word count will be returned

React features covered

Hooks

  • useEffect
  • useState
  • useRef
  • custom hooks

Happy coding!