Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

3. Task 3: Tapas App

  • Open the task-3-tapas-app folder in VS Code and open the index.html file in your browser.

  • You should see a tapas app with list of tapas and a form to add new tapas.

  • Your task is to make the tapas app work.

  • The data should be stored in the localStorage property of the window object and should persist even after the browser is closed.

  • For this task, you will need to edit the just the script.js file.

  • Hint: Look up the querySelector method in JavaScript.

  • Hint: Look up the querySelectorAll method in JavaScript.

  • Hint: Look up the addEventListener method in JavaScript.

  • Hint: Look up the localStorage property in JavaScript.

  • Hint: Look up the textContent property in JavaScript.

  • Hint: Look up the classList property in JavaScript.

  • Hint: Look up the createElement method in JavaScript.

  • Hint: Look up the preventDefault method in JavaScript.

  • Here is a GIF of the expected result:

Countdown

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages