To Do Appino

This project is a simple to-do list application that is built using JavaScript, HTML and CSS. It allows users to add new tasks, delete existing tasks and mark tasks as completed. It uses the Document Object Model (DOM) to select and manipulate elements on the HTML page. The primary focus of the project is to apply the fundamentals and syntax of JavaScript, HTML and CSS in a practical setting and to develop the programming skills of the developer.

This project is a simple to-do list application that is built using JavaScript, HTML and CSS. It allows users to add new tasks, delete existing tasks and mark tasks as completed. It uses the Document Object Model (DOM) to select and manipulate elements on the HTML page. The primary focus of the project is to apply the fundamentals and syntax of JavaScript, HTML and CSS in a practical setting and to develop the programming skills of the developer.

This project is a simple to-do list application that is built using JavaScript, HTML and CSS. It allows users to add new tasks, delete existing tasks and mark tasks as completed. It uses the Document Object Model (DOM) to select and manipulate elements on the HTML page. The primary focus of the project is to apply the fundamentals and syntax of JavaScript, HTML and CSS in a practical setting and to develop the programming skills of the developer.

Technologies
HTML CSS JavaScript
Functions: - Display the current day, date, month and year displayed on the page - Add new tasks to a list by entering the task name in the input field and submitting it - Mark tasks as completed by clicking the check button - Delete existing tasks from the list by clicking the delete button - The input field and add task button will be disabled until the user enters a task name.
💡 What did I learn? Start the project by designing the application - think about everything I will need (functions, buttons, which color to use) Problem solving thinking - take a problem and break it down into smaller parts Test, debug analyze code to fix the problem - make sure everything works how it should Write clean code and make comments for better orientation