Chapter 2 TO-DO LIST
Chapter 2 TO-DO LIST
Literature Survey
1. "Create A Todo List App in HTML CSS & JavaScript" - Author: Coding Nepal
o Summary: This tutorial provides a detailed guide on how to create a to-do list
application. It walks through the process of setting up the HTML structure,
styling with CSS, and adding interactivity using JavaScript. The app features
functionalities like adding tasks, marking them as completed, editing tasks,
and filtering tasks based on their completion status. The implementation also
covers the use of local storage to persist tasks across browser sessions.
o Source: Coding Nepal (CodingNepal)
2. "Todo List App using HTML CSS & JavaScript" - Author: DEV Community
o Summary: This article describes the creation of a simple yet functional to-do
list application using HTML, CSS, and JavaScript. It focuses on the design
aspects, ensuring a user-friendly interface with responsive features. The
JavaScript code is responsible for task addition, deletion, and marking tasks as
completed. The tutorial is beginner-friendly, making it suitable for those new
to web development.
o Source: DEV Community (DEV Community)
3. "How to Build a Functional To-Do List App with JavaScript, HTML, and CSS"
- Author: DEV Community
o Summary: This guide is tailored for developers looking to build a basic to-do
list application. It covers the step-by-step process of creating a to-do list from
scratch, including HTML for the structure, CSS for styling, and JavaScript for
functionality. The app includes features like adding tasks, deleting them, and
marking them as completed, with a focus on simplicity and efficiency.
o Source: DEV Community (DEV Community)
4. "Build a Simple To-Do List App with JavaScript" - Author: FreeCodeCamp
o Summary: This tutorial is part of a broader series on JavaScript projects. It
explains how to create a to-do list application with JavaScript, with a strong
emphasis on JavaScript logic and DOM manipulation. The tutorial walks
through creating a user interface, handling user inputs, and dynamically
updating the UI based on user interactions. It also introduces concepts like
event listeners and local storage.
o Source: FreeCodeCamp
5. "Todo List Web Application with HTML, CSS, and JavaScript" - Author: Web
Dev Simplified
o Summary: This resource is a comprehensive video tutorial that demonstrates
the development of a to-do list application using HTML, CSS, and JavaScript.
It explains how to build a fully responsive and interactive to-do list, with
features such as task addition, deletion, and editing. The tutorial also covers
more advanced topics like state management and improving user experience.
o Source: Web Dev Simplified
These resources provide practical insights into the development of a to-do list application,
covering different aspects from basic setup to more advanced functionalities.