I created this project in a few hours to practice and revisit some web development technologies.
"One Shot To-Do List" is a simple to-do list application where you can quickly manage your tasks. The name is inspired by "One Shot" adventures in Dungeons & Dragons, emphasizing the swift and straightforward nature of completing tasks.
-
Create Tasks: Add tasks to your to-do list by entering the task text and clicking the "Create Task" button or pressing Enter.
-
Delete Tasks: Remove selected tasks by checking the checkboxes and clicking the "Delete Tasks" button.
-
Select All: Conveniently select or deselect all tasks with the "Select All" checkbox. The checkbox is dynamically displayed based on the number of tasks.
-
HTML: Markup language for structuring the content of the application.
-
CSS: Stylesheet language for designing and layout.
-
JavaScript: Programming language for adding interactivity and functionality.
-
Open the
index.htmlfile in your web browser. -
Enter a task in the input box.
-
Click the "Create Task" button or press Enter to add the task.
-
Manage your tasks by checking the checkboxes and using the "Delete Tasks" button.
No installation is required. Simply open the index.html file in a web browser.
Contributions are welcome! Feel free to open issues or submit pull requests.