Skip to content
/ todo Public

πŸ“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! πŸš€

Notifications You must be signed in to change notification settings

rojcode/todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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

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.

About

πŸ“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! πŸš€

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published