All Projects β†’ ssorallen β†’ react-todos

ssorallen / react-todos

Licence: MIT license
Backbone's example TODO app with React Components for views

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to react-todos

Backbone Parse
A Backbone plugin to make it work with Parse.com out of the box. πŸ’₯
Stars: ✭ 87 (+200%)
Mutual labels:  backbone
Modern Backbone Starterkit
Lightweight starting point for a modern backbone web app.
Stars: ✭ 189 (+551.72%)
Mutual labels:  backbone
Awesome-Vision-Transformer-Collection
Variants of Vision Transformer and its downstream tasks
Stars: ✭ 124 (+327.59%)
Mutual labels:  backbone
Example Backbone App
As simple as possible backbone.js app to demonstrate how to wire one up
Stars: ✭ 128 (+341.38%)
Mutual labels:  backbone
Dimeshift
πŸ’°πŸ’°πŸ’° the easiest way to track your expenses. Free. Open-source. Node.js
Stars: ✭ 173 (+496.55%)
Mutual labels:  backbone
Cloudtunes
Web-based music player for the cloud ☁️ 🎢 Play music from YouTube, Dropbox, etc.
Stars: ✭ 2,449 (+8344.83%)
Mutual labels:  backbone
Marionette.toolkit
A collection of opinionated Backbone.Marionette extensions for large scale application architecture.
Stars: ✭ 71 (+144.83%)
Mutual labels:  backbone
marionette.routing
State based router for MarionetteJS
Stars: ✭ 21 (-27.59%)
Mutual labels:  backbone
Backbone Redux
Easy way to keep your backbone collections and redux store in sync.
Stars: ✭ 185 (+537.93%)
Mutual labels:  backbone
modified refinedet
Modified RefineDet
Stars: ✭ 23 (-20.69%)
Mutual labels:  backbone
Backboneanalyze
backbone源码解读
Stars: ✭ 129 (+344.83%)
Mutual labels:  backbone
Marionette.inspector
πŸ” Marionette Inspector - Explore your App
Stars: ✭ 170 (+486.21%)
Mutual labels:  backbone
bocco
Generate API documentation from Markdown
Stars: ✭ 39 (+34.48%)
Mutual labels:  backbone
Nestedtypes
BackboneJS compatibility layer for Type-R data framework.
Stars: ✭ 94 (+224.14%)
Mutual labels:  backbone
NestedReact
BackboneJS compatibility layer for React-MVx MVVM framework.
Stars: ✭ 79 (+172.41%)
Mutual labels:  backbone
Backbone
This training kit has been developed to learn the basics of Backbone.JS.
Stars: ✭ 84 (+189.66%)
Mutual labels:  backbone
Singool
Backbone.js based framework for developing single-page web applications
Stars: ✭ 190 (+555.17%)
Mutual labels:  backbone
backbone.react-bridge
Transform Backbone views to React components and vice versa
Stars: ✭ 26 (-10.34%)
Mutual labels:  backbone
backscatter
Reactive extension for Backbone
Stars: ✭ 17 (-41.38%)
Mutual labels:  backbone
node-chat
A demo of using socket.io + backbone.js to create a simple chatroom service.
Stars: ✭ 43 (+48.28%)
Mutual labels:  backbone

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].