A website on which can check how many words you can type in 1 minute.
Created this Web App following the React Advance course on Scrimba wanting to practice using React Hooks (useState, useRef, useEffect). The new things learned were the difference between setInterval
and setTimeout
.
This app was build with:
- React with
useState
,useRef
and theuseEffect
Hook.
git clone https://github.com/stefi23/speed-typing-game.git
$ cd speed-typing-game
$ npm install
$ npm start