/speed-typing-game

🖥 How fast can you type?

Primary LanguageJavaScript

This projects demos a speed typing game and is an exploration of fundamental React concepts.

Local Development

  1. In your local directory of choice, clone the repository with
git clone https://github.com/masonmcelvain/speed-typing-game.git
  1. Navigate to the project directory with cd speed-typing-game

  2. Execute npm start to run the app in development mode. Open http://localhost:3000 to view it in the browser.