Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 774 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 774 Bytes

Word Challenge

Find the longest word in the dictionary that doesn't include letters that can't be displayed on a series of Seven-segment display.

  • Take a look at the image below of the alphabet displayed on Seven-segment displays. Discard the letters you can't make out and write a node script that finds the longest possible word thats in the dictionary with the letters you have left.

The dictionary is provided under ./dictionary.txt

Alphabet Seven-segment display

Installation

  • git clone https://github.com/crowdform/word-challenge
  • cd word-challenge
  • yarn install
  • yarn start

Build for production

  • yarn build
  • yarn serve