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.
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