Yidnekachew-cmd/Todo-App
🎯 This project is a simple HTML list of tasks. This simple web page is is being built using webpack and served by a webpack dev server. The user can add and remove tasks from the list, and also can mark those which are completed by clicking the relevant checkbox. All tasks are stored to the local storage and which is updated automatically.
JavaScriptMIT