Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thinkswan/ember-todo-list

An Ember app that allows users to manage a todo list.
https://github.com/thinkswan/ember-todo-list

ember handlerbars javascript tutorial

Last synced: 26 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy)

## 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