ahmorsi / MyTodoList

Simple TodoList Web app based on ReactJs & Flux architecture

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TodoList By Flux & ReactJs

This is a very simple TodoList Web app based on ReactJs & Flux architecture. It can be considered as a tutorial for Flux design pattern and this implementation is inspired from Facebook Flux Tutorial

Usage

cd path/to/MyTodoList
npm install
npm run build
# open path/to/MyTodoList/index.html in your browser

Watch

Instead of manually building after each change it's possible to automatically recompile the javascript bundle when files change:

npm run watch
# make javascript changes, then refresh path/to/MyTodoList/index.html

About

Simple TodoList Web app based on ReactJs & Flux architecture


Languages

Language:JavaScript 55.7%Language:CSS 42.3%Language:HTML 1.9%