NHariman / Codam-TomTom-wordle

wordle technical interview exercise, not tied to codesandbox

Home Page:https://codesandbox.io/s/github/NHariman/sandbox-of-wordle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mock Technical Interview - TOMTOM x CODAM: Wordle

A simplified version of the popular game Wordle written in React and Javascript as code for review during the mock technical interview workshop at Codam Coding College. Template CSS and skeleton code provided by Carlos Zinato

How to run it

Navigate to https://codesandbox.io/s/github/NHariman/sandbox-of-wordle to play the game in terminal, or open it in CodeSandbox to view the code. Game can be played as usual, enter a 5 letter word and it will tell you how close you are to guessing it. You will have 6 tries to guess the word. Refreshing the page resets the game.

  • green box: right letter and right position
  • orange box: right letter wrong position
  • grey box: wrong letter

Example of winning the game:

Screen.Recording.2023-03-21.at.5.04.49.PM.mov

Example of losing the game:

Screen.Recording.2023-03-21.at.5.10.48.PM.mov

Edge case handling:

Screen.Recording.2023-03-21.at.5.12.48.PM.mov

About

wordle technical interview exercise, not tied to codesandbox

https://codesandbox.io/s/github/NHariman/sandbox-of-wordle


Languages

Language:JavaScript 96.0%Language:HTML 2.2%Language:CSS 1.9%