{"id":19763740,"url":"https://github.com/devtony101/js-todo-app-indexed_db","last_synced_at":"2025-04-30T14:32:14.643Z","repository":{"id":39054139,"uuid":"280944573","full_name":"DevTony101/js-todo-app-indexed_db","owner":"DevTony101","description":"This is a to-do web application that uses the IndexedDB API.","archived":false,"fork":false,"pushed_at":"2023-03-05T06:45:22.000Z","size":922,"stargazers_count":10,"open_issues_count":12,"forks_count":13,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-20T13:06:06.762Z","etag":null,"topics":["hacktoberfest","hacktoberfest2020","indexeddb","javascript","tutorial"],"latest_commit_sha":null,"homepage":"https://indexed-todo-app.netlify.app","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DevTony101.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-07-19T20:25:36.000Z","updated_at":"2023-12-29T17:27:08.000Z","dependencies_parsed_at":"2023-02-08T00:30:45.318Z","dependency_job_id":null,"html_url":"https://github.com/DevTony101/js-todo-app-indexed_db","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevTony101%2Fjs-todo-app-indexed_db","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevTony101%2Fjs-todo-app-indexed_db/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevTony101%2Fjs-todo-app-indexed_db/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevTony101%2Fjs-todo-app-indexed_db/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DevTony101","download_url":"https://codeload.github.com/DevTony101/js-todo-app-indexed_db/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224214064,"owners_count":17274524,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hacktoberfest","hacktoberfest2020","indexeddb","javascript","tutorial"],"created_at":"2024-11-12T04:10:53.496Z","updated_at":"2024-11-12T04:10:53.973Z","avatar_url":"https://github.com/DevTony101.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TO-DO IndexedDB Web App\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://github.com/DevTony101/js-todo-app-indexed_db/blob/master/LICENSE)\n[![Netlify Status](https://api.netlify.com/api/v1/badges/1955bdc7-8239-4b5e-ac30-b817283b057e/deploy-status)](https://app.netlify.com/sites/indexed-todo-app/deploys)\n\n![banner](https://github.com/DevTony101/js-todo-app-indexed_db/blob/master/banner.png)\n\nThis a sample project, product of a series of tutorials made by myself on **DEV**. The aim is to teach/learn the basics of the IndexedDB API, specifically:\n\n- Learn about the concepts of transactions, requests, object stores\n- Learn how to perform **CRUD** operations in the IndexedDB instance\n\nYou can read the blog [here](https://dev.to/devtony101/javascript-building-a-to-do-app-with-the-indexeddb-api-part-1-4382).\n\n## Features\n\n- **Create a task**: You can create a brand new task with a given title, description and deadline date. Later that task is saved using JavaScript IndexedDB API.\n- **Show saved tasks**: Everytime the page loads it will query the indexed database to get all saved tasks and display them as panels at the bottom of the page.\n- **Edit a task**: You can edit any given task at any given moment.\n- **Toggle the \"done\" status of a task**: You can toggle whether a task is \"done\" via either a checkbox or while editing the task.\n\n## Want to code along?\nHere are the starting and finished code templates for each part of the tutorial series.\n\n| Part                                       |                                                                                                           |                                                                                                           |\n| ------------------------------------------ | --------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- |\n| First Part (Creating the `persist` function) | [Starting Code](https://github.com/DevTony101/js-todo-app-indexed_db/releases/tag/starter-code-part-one)  | [Finished Code](https://github.com/DevTony101/js-todo-app-indexed_db/releases/tag/finished-code-part-one) |\n| Second Part (Creating the `getOpenCursor` function) | [Starting Code](https://github.com/DevTony101/js-todo-app-indexed_db/releases/tag/starting-code-part-two) | [Finished Code](https://github.com/DevTony101/js-todo-app-indexed_db/releases/tag/finished-code-part-two) |\n| Third Part (Creating the `delete` function) | [Starting Code](https://github.com/DevTony101/js-todo-app-indexed_db/releases/tag/starting-code-part-three) | [Finished Code](https://github.com/DevTony101/js-todo-app-indexed_db/releases/tag/finished-code-part-three) |\n\nOnce you download the code, execute the following commands.\n\nTo install all the dependencies:\n```\nnpm install\n```\n\nTo start the local development server:\n```\nnpm run start   \n```\n\n## How to contribute?\nPlease refer to the [contributing guide](https://github.com/DevTony101/js-todo-app-indexed_db/blob/master/CONTRIBUTING.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevtony101%2Fjs-todo-app-indexed_db","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevtony101%2Fjs-todo-app-indexed_db","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevtony101%2Fjs-todo-app-indexed_db/lists"}