No description
  • JavaScript 79.5%
  • CSS 20.3%
  • HTML 0.1%
Find a file
Chris Harrington 4c349e0709 Merge pull request #4 from glepur/master
Changed constants todo "change" to "changed".
2016-01-27 14:00:41 -07:00
app Changed constants todo "change" to "changed". 2016-01-27 21:14:13 +01:00
config Initial commit. 2014-11-08 07:31:31 -07:00
public Removed unused libraries. 2014-12-12 08:00:22 -07:00
test Updated title of test runner. 2015-04-27 12:59:44 -06:00
vendor Removed unused libraries. 2014-12-12 08:00:22 -07:00
.gitignore Initial commit. 2014-11-08 07:31:31 -07:00
bower.json Removed unused libraries. 2014-12-12 08:00:22 -07:00
brunch-config.js Removed unused libraries. 2014-12-12 08:00:22 -07:00
LICENSE Initial commit. 2014-11-08 07:31:31 -07:00
makefile Removed react-router, as there's only one page. Tweaked add modal. 2014-12-08 19:51:56 -07:00
package.json Removed unused libraries. 2014-12-12 08:00:22 -07:00
README.md Finished readme. 2014-12-12 08:02:05 -07:00

##react-todo

This is a simple todo list application mainly utilizing React JS and the Flux architecture. It's meant as a tutorial or guide for how to build a React JS application.

It uses npm and bower for package management, the default Bootstrap theme, LESS CSS for minor style and positioning adjustments, and finally brunch to build it all up and provide a simple web server. It also uses node's EventEmitter for event notifications as per the Flux architecture.

###Installation

make build

###Run

make start

Access at http://localhost:3333.