In Module One, we started to really get to know the basics of JavaScript - including how to declare and initialize variables, the difference between var and let, different data types and how to use built-in browser functions

computer science

Description

MODULE ONE/Two Project 


-Create Your Own Interactive to DO LIST 


In Module One, we started to really get to know the basics of JavaScript - including how to declare and initialize variables, the difference between var and let, different data types and how to use built-in browser functions, create custom functions (both named and anonymous) and how to use conditionals and loops. 


In Module Two, we began to explore the DOM and our ability to use the DOM to interface with and manipulate our webpages. We soon realized that everything is an object and these objects provide us with access to methods, properties and events.


Your Task: 


Using your knowledge of JavaScript basics, the DOM, selecting elements, DOM traversal and manipulation and working with browser events, create a simple interactive to-do list application that uses a few simple HTML elements, some CSS, and JavaScript. 


Instructions : 1. Build a simple HTML template for the application (valid HTML, CSS and an external JavaScript file). 2. Create an

element that features the name of your to-do list. 3. Build an element that allows someone to type out a to-do item, and a


Related Questions in computer science category