Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/thinkswan/ember-todo-list
- Owner: thinkswan
- License: mit
- Created: 2019-06-27T17:58:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-06-27T17:58:28.000Z (over 5 years ago)
- Last Synced: 2024-11-09T08:34:08.423Z (3 months ago)
- Topics: ember, handlerbars, javascript, tutorial
- Language: CSS
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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