/todo-simple

Primary LanguageJavaScript

Todo Application

A simple single page application to manage todo list using express and react with Flux. The app is generated by the react-engine generator for Yeoman.

Setup

  npm install
  bower install

Run

  npm run dev

The application will start at port 3000

Features

The application has the folowing features:

  • Add projects to Todo list
  • Three lists for Todo, In Progress, and Done projects.
  • Drag and drop to move project between lists
  • Drag and drop to re-arrange projects in a single list

Demo

Checkout demo at Demo

Alt text