AIC Challenge

Author

Submitted by Ray Peters on Saturday, December 22, 2018.

Installation

Requires node 10.x or greater

Install node: https://nodejs.org/en/

npm install
npm run test

Testing output

Sample output

Sample output

Todo

  • Update readme for testing instructions
  • Add tests to BalancedBrackets
  • Refactor BalancedBrackets
  • Add tests to GradeReporter
  • Refactor GradeReporter
  • Add tests to UrlShortener
  • Refactor UrlShortener
  • Add continuous integration to github?