

Tutorial, but feel free to use other code playgrounds or your local text editor I recommend using JSFiddle while working through this
App to make a list how to#
I’llĮxplain how to build each feature, but you must follow along by typing theĬode and running it on your end to get the most out of this tutorial. A user canĪdd a task, mark a task as completed and delete an already added task. The todo list app we’ll build in this tutorial will be pretty basic. This tutorial assumes that you have a basic knowledge of JavaScript.Įssentially, you need to know what variables, arrays, functions and objects are,īut you do not need to have prior experience with building JavaScript List app, and you’re relatively new to JavaScript and Front-end development, If you’re not completely turned off by the idea of building yet another todo

