/nomnom

Primary LanguageJavaScript

Kirill Buga

Nom Nom Coding Challenge Task

The result application contain the nav section which can be used for switching between 3 routes:

  1. Root, where you can select current deck
  2. Slide, where you can start viewing the slides
  3. Stats, where you can see the statistics

Keep in mind that before you've selected the deck, the 'slide' and 'stats' buttons are disabled.

How to run

  1. Extract zip
  2. Open terminal in extracted folder and run npm install
  3. Run npm start
  4. navigate to http://localhost:3000

If you see any errors in the console, try to

  1. Move to ./public
  2. Run bower install
  3. Run cd ../ && gulp
  4. Run node index.js

Technology Stack