A weekend project where I wanted to play with React.js and the Flux architecture.
A simple memory game based on colors that can be played here. Inspiration for the concept came from this Hacker News post.
git clone https://github.com/scottwoodall/colorMemory.git
cd colorMemory; npm install
npm start
npm run-script build
will create a minified version of static/js/bundle.js
.