/InterviewPrep_TomTom

A technical interview simulation organized by Codam, assignment by TomTom.

Primary LanguageJavaScript

Technical Interview TomTom

This repository is for the technical interview simulation organized by Codam. The assignment given by TomTom is based on applying for a full stack developer position.

Assignment

The assignment is to create a simple version of the game wordle. In the console it will print information on the correctness of your word. It will show you when a letter is correct, when the letter is at the correct position and when a letter is not in the word.

Error Checking

  • The word must contain 5 letters.
  • The word must be in the word list.
  • Capital letters will be accepted as input.
  • The program only accepts alphabetical characters.

Run Project

To run the application in the browser, execute the following command: bash run_wordle.sh. This will open up localhost:3000 in a browser with the game wordle. Right click on the browser and go to inspect, then to the console to see the output of the program.