Gift Exchange

Demo

https://romaindso.github.io/gift-exchange/

Features

  • Vanilla JS only
  • Webpack / Babel because it's 2018
  • Handlebars as template engine
  • Redux for state management
  • SASS to unlock the power of CSS
  • PureCSS to get a nice design
  • Jest for testing

Installation

Clone this project, then run in your console :

$ npm install

Launch

Dev mode

$ npm start

Production mode

$ npm run build

Test

Run tests

$ npm test