Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 754 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 754 Bytes

Typeracer

This project was made for CEP WA1 2023.

This is boostrapped with create-react-app, and uses react-typing-game-hook. Random word generation is done by random-words.

TODO

  • Homepage

  • Basic race implementation
    [ ] Countdown

  • End screen

  • Make stats counters

    • Fix WPM (Hide until finished or live update)
    • Fix time taken (Hide until finished or live update)
  • Sentence gen

  • Settings

  • Document code

  • Move race.js elements into separate components

  • Fix disappearing instructions

  • Make sentence global

  • Prevent sentence regen when custom sentence is being used