Skip to content

added form, context, page elements for word guessing#6

Open
zmchang3009 wants to merge 5 commits into
mainfrom
FEAT-word-guessing
Open

added form, context, page elements for word guessing#6
zmchang3009 wants to merge 5 commits into
mainfrom
FEAT-word-guessing

Conversation

@zmchang3009

Copy link
Copy Markdown
Owner
  • basic frontend for word guessing
  • React context used to keep track of guesses in current session
  • guesses are lost upon refresh, hence need to be saved into database

@zmchang3009

Copy link
Copy Markdown
Owner Author
  • created util wordChecker on the frontend to handle guesses
    • pre-processes input (removes whitespace, to lower case, etc)
    • checks for multiple words
    • checks if word has been guessed
    • checks if word is in puzzle or if word is stopword

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant