
The 2nd project of the Let’s Javascript is out. This project is about coding a To-Do List using arrays. The project is about 1:30 hours long . Like the previous project, the HTML & CSS is provided, so you’ll be coding in functions to make it a working To-Do- List.
The functionality of the to do list includes:
1. Add up to 5 list items
2. Strike and un-strike through an individual list item
3. Remove an individual item
4. Add list items from the input field to the list using the enter key on the keyboard
5. Reset the input field each time a list item is added
6. Clear the entire list