Skip to content

austinatose/typeracer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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