This is a simple application using Backbone.js to create a simple To Do List for client side. The goal was to create a to do list application using CRUD to create, rewrite, update, delete methods by using Local Storage
Index2.html is a to do list using plain vanilla JavaScript and local storage.
files structure:- TODOList/
- css/
- app.css
- js/
- app.js
- index.html
- index2.html
- readme.md
fork it! play around