ssorallen / react-todos

Backbone's example TODO app with React Components for views

Home Page:https://ssorallen.github.io/react-todos/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Todos

Backbone's example TODO app with React JS Components for views in place of Backbone.View.

Demo

https://ssorallen.github.io/react-todos/

The demo uses local storage to save todos in the browser. The views are all rendered with React, which means there is no dependency on another DOM manipulation library like jQuery.

Running Locally

  1. Clone this repository

  2. Install dependencies

     $ yarn install
    
  3. Run the local server

     $ yarn start
    
  4. See the running app at http://localhost:3000

Favicon

The great little todo list favicon comes from Typicons.

About

Backbone's example TODO app with React Components for views

https://ssorallen.github.io/react-todos/

License:MIT License


Languages

Language:JavaScript 72.7%Language:CSS 20.9%Language:HTML 6.4%