Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.3 KB

README.md

File metadata and controls

30 lines (22 loc) · 1.3 KB

RoboTyping

Robo Typing is a game that measures your typing speed similar to Monkeytype and it's based on tutorial by joyofcode (@mattcroat).


🚀 See deployment

Installation

git clone https://github.com/GeoGeorgeous/typing.git typing && cd typing && npm i && npm run dev

Built With

  • SvelteKit
  • SASS
  • TypeScript

Todos:

  • The caret should animate when it moves to the next word
  • User can start a game on accident by pressing any key - make sure the input is a letter
  • Light / Dark themes
  • Break the code into components (you can use Svelte component events and I wrote a Svelte state management guide if you need help)
  • The input can lose focus if you press a random key, so make sure you keep track of the focus and improve that experience for the player
  • Figure out how to edit previous letters for the current word by listening for the Backspace key and changing letterIndex
  • Many languages support