An open API service indexing awesome lists of open source software.

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! 🚀

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.

![ToDo List Screenshot](https://s6.uupload.ir/files/screen_shot_1402-10-30_at_23.34.41_ca36.png)

## 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.