Skip to content
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.

feat(keyboard-input): Accept keyboard input to let the user type words #2

Open
wants to merge 1 commit into
base: 02-21-init_wordle_Run_create_react_app
Choose a base branch
from

Conversation

tomasreimers
Copy link
Contributor

@tomasreimers tomasreimers commented Feb 21, 2022

This PR lets users type words in using the key-press APIs. We're using key-press APIs (as opposed to an input) so that we can customize the display of the characters (as they need to be in their own box). One down-side of this is that this won't work on mobile (as the keyboard is hidden by default), but we can stack that on-top.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant