typing-test
Typing test website build with React.
How to run locally
Got new theme ideas?
I'll be happy to merge your theme ideas into typing-test. To add new theme:
- Add theme colors into
src/stylesheets/themes.scss
in following format:
Note:
highlight-color
is used for caret, wrong characters, timer, selected and onhover colors
forground-color
is used for correctly typed characters
Using hex codes for colors is recommended
- Add theme name into
src/components/Header.tsx
in options:
Important:
theme-name inthemes.scss
andHeader.tsx
should always match otherwise themes won't work
-
Make a pull request
-
If it's good enough to merge, I'll merge it