studiosnabeel / todolist

This is a simple To do List app, where users can Add and Remove Tasks. This App is created using Vanilla JavaScript.
MIT License
6 stars 0 forks source link

To Do list: list structure #1

Closed studiosnabeel closed 1 year ago

studiosnabeel commented 1 year ago

Learning objectives Use web pack to bundle JavaScript. Learn how to use proper ES6 syntax. Use ES6 modules to write modular JavaScript.

In this solo project, I have built a simple HTML list of To-Do tasks. The list has been styled according to the specifications. This simple web page is built using a web pack and served by a web pack dev server.