Skip to content

An Ember app that allows users to manage a todo list.

License

Notifications You must be signed in to change notification settings

thinkswan/ember-todo-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ember-todo-list

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/.

How to use

git clone [email protected]:thinkswan/ember-todo-list.git
npm install
npm start

This will start a server at http://localhost:5000/.

How to deploy

Click the button below to spin up your own copy of the app in a Heroku instance.

Deploy to Heroku

How it works

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.

License

MIT

About

An Ember app that allows users to manage a todo list.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published