Skip to content

Tags: DevTony101/js-todo-app-indexed_db

Tags

finished-code-part-three

Toggle finished-code-part-three's commit message
Delete functionality complete. Project implements correctly all creat…

…e, read and delete operations

starting-code-part-three

Toggle starting-code-part-three's commit message
Added starter delete function on Database class

finished-code-part-two

Toggle finished-code-part-two's commit message
Finished code for part two. Full init() and getOpenCursor() functions…

…. Completed showTask() function.

starting-code-part-two

Toggle starting-code-part-two's commit message
Added empty showTasks function

finished-code-part-one

Toggle finished-code-part-one's commit message
Finished code for part one. Includes the full persist function on the…

… database class.

starter-code-part-one

Toggle starter-code-part-one's commit message
It only contains the entry point (the index.js file) of the app and a…

…n empty database.js class