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
- Host: GitHub
- URL: https://github.com/nathanwalker/todo-list
- Owner: NathanWalker
- License: mit
- Created: 2016-01-25T16:06:47.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-25T00:04:16.000Z (over 10 years ago)
- Last Synced: 2025-06-14T17:04:48.008Z (about 1 year ago)
- Language: JavaScript
- Size: 18.6 MB
- Stars: 1
- Watchers: 2
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`