issues
search
menyagah
/
Todo-List_App
A simple todo list app
0
stars
0
forks
source link
Feature
#1
Closed
menyagah
closed
3 years ago
menyagah
commented
3 years ago
In this section:
I used webpack to build my project files.
I created an index.html file and wrote my HTML markup there.
I created an empty To-Do List placeholder
element.
created an index.js file and set an array of some simple to-do tasks (array of objects).
Wrote a function to iterate over the tasks array and populate the HTML list item element for each task
Created a style.css and set rules for the To-Do List
Fixed linter errors
Fixed tse requested change: base branch from develop to main
Below is a live link to the project
https://fierce-inlet-77592.herokuapp.com/
In this section:
element.