Basic AngularJS Checklist App

Author: robertclark0
Official Page: Go to website
Publish Date: August 5, 2015
License: MIT

Description:

Checklist is an Angular.js app to create and edit a basic task checklist. The app allows you to create, delete and update tasks and also mark them complete.

The application has two major components. First is view routing. The application consists of three views: the list view, the new item view, and the edit item view. The information displayed in the views is generated dynamically by parsing URL data depending on which item was clicked. The second major component is the Factory. Initial checklist data items are stored in the factory, which at runtime is displayed in the list. Each new item or modification accesses, modifies or creates data in the factory. For the purposes of the scope of this project, the data was stored in the factory and not in an external source.

Preview:

Basic AngularJS Checklist App


You Might Be Interested In:

Add Comment