The purpose of this repository is to create a simple "To-Do" application including my technical skills in JavaScript DOM. This project may be viewed by clicking on the "ToDo_List" folder.
Tools/Languages used: JavaScript, HTML, Bootstrap.
Let's create a simple to-do application
- Show an unordered list of to-do's
- Show an input to enter a new to-do.
- Show a button to add a to-do. When the button is clicked:
- The text from the input box is used to add a list item to the bottom of the list
- The text from the input box is cleared out.
- When the user clicks on a list item, it is removed