Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Front End

Simple HTML and Javascript front end for a Todo list. Data binding is done with Knockout.js and styling is Bootstrap. JQuery is used for the ajax calls.

Users can add new items to their list, or mark existing items as complete (which deletes them). The inital call to the API pulls the current list of items for the user.

Set the URL of the local or backend API in vars.js You can also run without an API (items are added or deleted to the list but not persisted to any storage) by setting the noApi variable in vars.js to true.

An example WebApi backend can be found here: https://github.com/ssemyan/SimpleSqlBackend

About

Simple HTML and Javascript front end for a Todo list

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages