/willowtree-name-game

Learn your WillowTree coworkers names with the Name Game.

Primary LanguageCSSMIT LicenseMIT

Willowtree Name Game

Implementation of WillowTree Apps name game for hiring review.

Included extra features:

  • Stat Tracking
  • Hint Mode - as you wait, incorrect answers fade out
  • Mat(t) Mode - Only Mat(t)'s presented

Built with:

  • React
  • React-Router
  • Redux
  • Sass
  • Bootstrap

Getting started


Assumes node installed.

To run production version:

npm start

App is now running at http://localhost:3000

To run development version:

If webpack-dev-server not installed:

npm install -g webpack-dev-server

then:

npm run start:dev