/redux-paint

Paint application with React & Redux

Primary LanguageJavaScript

Redux Paint

Fiddling around with Redux and React. Came across a coding challenge to implement a "flood-fill" feature and thought it would be fun to implement an interface for it.

##Setup

npm install
npm start

Open localhost:8080/ in a browser.