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

https://github.com/aaron-bond/ng-todo

Demo Angular 4.x.x Progressive Web Application with CI/CD and full test suite
https://github.com/aaron-bond/ng-todo

angular sass self-learning todo

Last synced: 9 months ago
JSON representation

Demo Angular 4.x.x Progressive Web Application with CI/CD and full test suite

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/aaron-bond/ng-todo.svg?branch=master)](https://travis-ci.org/aaron-bond/ng-todo)

[![codecov](https://codecov.io/gh/aaron-bond/ng-todo/branch/master/graph/badge.svg)](https://codecov.io/gh/aaron-bond/ng-todo)

[![Dependency Status](https://david-dm.org/aaron-bond/ng-todo.svg)](https://david-dm.org/aaron-bond/ng-todo)
[![Dev Dependency Status](https://david-dm.org/aaron-bond/ng-todo/dev-status.svg)](https://david-dm.org/aaron-bond/ng-todo?type=dev)

# ng-todo
This project is intended to demo Angular 2+ workflow, with Travis CI for continuous integration and testing.

ToDo items are to be stored on localStorage so that a user can come back and find their items from previous days.

At the end of each day, the list will reset. "Postponed" tasks will be put back into the todo list.

# angular-cli
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.0.3.