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

https://github.com/iirving/todo-ember

Yet Another JavaScript MVC Ember ToDo app, built with EmberJS 2.4
https://github.com/iirving/todo-ember

Last synced: 4 months ago
JSON representation

Yet Another JavaScript MVC Ember ToDo app, built with EmberJS 2.4

Awesome Lists containing this project

README

        

# Todo-ember

The is Yet Another JavaScript MVC Ember ToDo app.

Build with Ember 2.4.3 (cuurent as of March 28th 2016)

## Still to do features (to-do list for the to-do App?):

* ~~clearing new-todo input test field apoun successful adding value.~~
* ~~"Clear completed" action button which deletes all items isCompleted = true.~~
* the "Active" and "Completed" nested routes
* ~~editing text of existing todo items~~
* real (or real'er) persitance. ~~currently just fixtures~~ now mirage so more real'er :) .
* testing, cause it is 2016!

## Prerequisites

You will need the following things properly installed on your computer.

* [Git](http://git-scm.com/)
* [Node.js](http://nodejs.org/) (with NPM)
* [Bower](http://bower.io/)
* [Ember CLI](http://www.ember-cli.com/)
* [PhantomJS](http://phantomjs.org/)

## Installation

* `git clone ` this repository
* change into the new directory
* `npm install`
* `bower install`

## Running / Development

* `ember server`
* Visit your app at [http://localhost:4200](http://localhost:4200).

### Code Generators

Make use of the many generators for code, try `ember help generate` for more details

### Running Tests

* `ember test`
* `ember test --server`

### Building

* `ember build` (development)
* `ember build --environment production` (production)

### Deploying

Specify what it takes to deploy your app.

## Further Reading / Useful Links

* [ember.js](http://emberjs.com/)
* [ember-cli](http://www.ember-cli.com/)
* Development Browser Extensions
* [ember inspector for chrome](https://chrome.google.com/webstore/detail/ember-inspector/bmdblncegkenkacieihfhpjfppoconhi)
* [ember inspector for firefox](https://addons.mozilla.org/en-US/firefox/addon/ember-inspector/)