Sunday, August 16, 2020

Vanilla JS ToDo App - Codes

 mkdir vanilla-js-todo

cd vanilla-js-todo


Intalling touch (unix)

npm install touch-cli -g

touch index.html style.css app.js   



VS CODE :     !    to generate HTML snippet


header.logo + TAB key

link    - for style linking code


install live server extension


https://fonts.google.com/specimen/Raleway?query=ral&sidebar.open=true&selection.family=Raleway:ital,wght@0,300;1,300



font awesome cdn  - cdnjs.com


open index.html by right click - > open with live server




CSS  - click correction

i{
    pointer-eventsnone;
}


No comments:

Post a Comment