Skip to content

marcelabpetroli/js-project-modal-window

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Modal Window

This is a project created by Jonas Schmedtmann for his course 'The Complete JavaScript Course 2023: From Zero to Expert!' in the UDEMY platform.

In this short project the goal was to practice JavaScript in the Browser, DOM and Events Fundamentals.

DEMO

The modal windows open with a click event and close by clicking either the 'X' or the overlay, or pressing the 'esc' key.

demo

Goals for this project

  • Learn how to implement modal windows;
  • Learn how to use keyboard events;
  • Use loops for repeated events;
  • Understand more about the document object;