Simple OOP To-Do List in JavaScript
-
Updated
Feb 12, 2024 - JavaScript
Simple OOP To-Do List in JavaScript
A simple Todo List built with HTML, CSS, and JavaScript.
JavaScript was used for this application. It became an online, responsive, to do list app that can save the tasks into local storage. Whenever user enters to the website, the tasks won't be lost unless clear local storage by clearing the history or doing something else.
This is a to do app using javascript DOM.
The tool enables users to create, edit, and delete tasks while providing the option to assign dates. To ensure data accuracy, it restricts users from adding past dates.
A simple To-Do List web app with local storage
This is a practice project of Local Storage.
JavaScript was used for this application. It became an online, responsive, to do list app that can save the tasks into local storage. Whenever user enters to the website, the tasks won't be lost unless clear local storage by clearing the history or doing something else.
A simple todo list app where you can mark and unmark your tasks to distinguish between completed and incomplete task. You can also view tasks by specified categories.
Todo App With Javascript
Add a description, image, and links to the javascript-todo-app topic page so that developers can more easily learn about it.
To associate your repository with the javascript-todo-app topic, visit your repo's landing page and select "manage topics."