issues
search
memelopez
/
toDoList-webpack-mv
A simple HTML list of To Do tasks using webpack and served by a webpack dev server.
MIT License
1
stars
0
forks
source link
Feature: list structure
#1
Closed
memelopez
closed
2 years ago
memelopez
commented
2 years ago
Implementations
in this PR: 💻 🙌
project was set up based on previous webpack exercise ✅
src/index.html is used as a template with all the markup ✅
uses HTNL Webpack Plugin ✅
an empty
<ul>
in index.html is used to dynamically populate tasks ✅
a function iterates over an array to generate task list on page load ✅
src/styles.css is used with CSS Loader ✅
all files are located in /src directory ✅
Implementations in this PR: 💻 🙌
<ul>
in index.html is used to dynamically populate tasks ✅