rahimnathwani / FlaskReactTodoExample

ToDo list project using Flask-RESTful, setuptools-bower, React + FLUX

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FlaskReactTodoExample

Example ToDo list project using Flask-RESTful and React

Actual image of the app: image

TODO

  • Add drag-and-drop for JS
  • Add tests suite for JS

Prerequisites

You will need the following things properly installed on your computer.

Installing project

Just navigate to folder and run one simple command:

$ python setup.py install

It will install all Node, Bower dependencies and build static files with Grunt.

Running project

$ python -m tictail_todo

Hacking

To run tests:

$ python setup.py test

About

ToDo list project using Flask-RESTful, setuptools-bower, React + FLUX


Languages

Language:Python 46.5%Language:JavaScript 39.2%Language:CSS 12.0%Language:HTML 2.4%