/todolist

The project was built using webpack to bundle javascript files into single file, the main js file. Files in the source folder represent individual module that symbolize a particular functionality. The ‘todos’ are objects that are dynamically created, and we used factory functions and constructors to generate them.

Primary LanguageJavaScript

Issues