https://github.com/rojcode/todo
📝A minimalist ToDo List application using HTML, CSS, and JavaScript. Add, delete, and edit your tasks effortlessly with built-in modals for a seamless user experience. Get organized and stay productive! 🚀
https://github.com/rojcode/todo
javascript task-management todoapp todolist
Last synced: 4 months ago
JSON representation
📝A minimalist ToDo List application using HTML, CSS, and JavaScript. Add, delete, and edit your tasks effortlessly with built-in modals for a seamless user experience. Get organized and stay productive! 🚀
- Host: GitHub
- URL: https://github.com/rojcode/todo
- Owner: rojcode
- Created: 2024-01-20T19:44:15.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-20T20:17:40.000Z (almost 2 years ago)
- Last Synced: 2025-01-21T09:48:41.983Z (12 months ago)
- Topics: javascript, task-management, todoapp, todolist
- Language: JavaScript
- Homepage: https://rojcode.github.io/todo/
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ToDo List Project
This project implements a simple ToDo List using HTML, CSS, and JavaScript. The application allows users to add, delete, and edit ToDo items. It includes modal dialogs for confirmation of deletion and editing.

## Usage
1. Open the `index.html` file in your web browser.
2. Interact with the ToDo List: add new items, delete, and edit existing ones.
## JavaScript Functions
### `_class(selector)`
Selects and returns the first element with the specified class name.
### `_id(selector)`
Selects and returns the element with the specified ID.
### `_create(name)`
Creates a new DOM element with the specified name.
### `_log(value)`
Logs the provided value to the console.
Additional functions include showing delete and edit modals with specific titles, body texts, and callback functions.