/javascript-tasks

The tasks I've done while studying different courses.

Primary LanguageJavaScriptMIT LicenseMIT

Javascript Tasks


1- DOM Challenge

Description:

Use javascript only to design a webpage such that it has a header, footer and body. The body contains 15 card space-separated evenly 5x3|height and width respectively.

task1

2- BOM Challenge

Description:

Make a to-do app add an option to delete the task and save it in Local Storage.

task2