Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 460 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 460 Bytes

7/13/23 Got the WPM to work if and only if the strings match exactly. I am starting to work on using an API to be able to pull random quotes. I think in the future I will change the test to stop when the entered string and the quote are the same length and only count the works that are spelled correctly.

7/12/23 Got the input box to start to work as intended, when characters are entered the timer starts to increase using useeffect and usestate mainly