Alejandro-Bernal-M / To-do-list

A To do's list implementation where you can add, remove, mark as completed, edit, and drag tasks.
https://alejandro-bernal-m.github.io/To-do-list/
MIT License
11 stars 0 forks source link

To Do list Structure #1

Closed Alejandro-Bernal-M closed 1 year ago

Alejandro-Bernal-M commented 1 year ago

I implemented the To-Do list structure using Webpack as a bundler.

All the files that I work in are in the "src" folder

image

It was deploy locally using webpack server using "npm start"

image