MattCain / angular-todo-list

A simple todo list app made with angular (for learning purposes!)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

angular-todo-list

A simple todo list type app.

Clone the repo then run

npm install
bower install

to install all the dependencies.

Use grunt serve to run the connect server for development, use grunt build to do a full build.

Included Dependencies:

  • Angular + ui.router
  • Bootstrap + ngBootstrap
  • jQuery
  • Underscore

Development stack:

  • Coffeescript
  • Less

When developing using grunt serve all coffee, less and html is watch'd and the page is livereloaded when changes are made.

Grunt optimisation modules:

  • usemin
  • autoprefixer
  • concat
  • uglify
  • cssmin
  • filerev
  • htmlmin
  • svgmin
  • imagemin

About

A simple todo list app made with angular (for learning purposes!)

License:MIT License


Languages

Language:CoffeeScript 54.9%Language:HTML 39.5%Language:CSS 5.6%