MrOmachi / To-do-list-App

This project is written in JavaScript with minimal npm scripts and commands. It is a minimal implementation of a 'To Do List' application. This also is an educational repository, for learning how to install and implement the Webpack, Webpack-CLI and the Webpack-dev-server for a project.
MIT License
8 stars 0 forks source link

Completed Todo list #3

Closed MrOmachi closed 2 years ago

MrOmachi commented 2 years ago

In this pull request i worked on:

Used webpack to bundle JavaScript.

Learned how to use proper ES6 syntax.

Used ES6 modules to write modular JavaScript.

Added some functionality to my application to make it interactive

Updated items object's value for completed key upon user actions.

Implemented a function for the "Clear all completed" button