An Ember app that allows users to manage a todo list.
Based on the tutorial found at http://guides.emberjs.com/v1.10.0/getting-started/.
git clone [email protected]:thinkswan/ember-todo-list.git
npm install
npm start
This will start a server at http://localhost:5000/.
Click the button below to spin up your own copy of the app in a Heroku instance.
This is a basic Ember.js implementation of the TodoMVC application. It relies on Ember's naming conventions and built-in Handlebars.js helpers.
The app maintains state using a local storage adapter.
MIT