![]() |
VOOZH | about |
We will create a basic todo app to understand the basics of JavaScript. In this web app, one can create a todo list and can remove specific elements from the list.
Features or Functionalities to implement:
Prerequisites: Basic knowledge of HTML, CSS, JavaScript, jQuery, and Bootstrap. Also, the user should be aware of how the grid system in Bootstrap works.
Setup: Create three files for HTML, CSS and JavaScript. To create these files run the following command:
$ touch index.html index.css index.js👁 ImageStep 1: Now edit index.html file.
Step 2: Now, add some CSS property to index.css file.
Step 3: Edit index.js file and add some functionality.