/anagram-discussion

A sample anagram problem with use-cases to help us navigate through technical discussions

Primary LanguageJavaScript

Anagram-discussion

A sample anagram problem with use-cases to help us navigate through technical discussions.

The use-cases to be supported is provided via the anagram.feature file

How to Start, Test and Run

Quick start options:

  • clone the repo: git clone https://github.com/amarstays/anagram-discussion.git
  • Place your terminal/console inside the ANAGRAM-DISCUSSION directory. Code and Test Cases are in 'app' directory
  • run npm init to intialize the project.
  • run npm start after uncommenting the 2nd last line for a quick check
  • run npm test to test few test cases using jest. note- "jest" is added as development dependency.