/todo-list

Simple todo list made in angular 2

Primary LanguageCSSMIT LicenseMIT

Angular 2 Todo List by @max_cabrera

This is a basic todo or task list with search functionallity and ability to toggle views from Started and Completed tasks.

Demo: http://maxcabrera.com/code/todo-list/

Feedback: @max_cabrera

Local use:

  • Clone or fork this repository
  • Make sure you have node.js installed
  • run npm install to install dependencies
  • run npm start to fire up dev server
  • open browser to http://localhost:8080