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

https://github.com/nathanwalker/todo-list

Simple todo list made in angular 2
https://github.com/nathanwalker/todo-list

Last synced: 10 months ago
JSON representation

Simple todo list made in angular 2

Awesome Lists containing this project

README

          

## 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.

### Local use:
- Clone or fork this repository
- Make sure you have [node.js](https://nodejs.org/) installed
- run `npm install` to install dependencies
- run `npm start` to fire up dev server
- open browser to `http://localhost:8080`