Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 818 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 818 Bytes

Modal Project

In this Project im created a modal window which is used on websites to get users to do or see something specific.

A good example of a modal window would be if a user made changes in a site without saving them and tried to go to another page. You can create a modal window that warns them to save their changes or else that information will be lost.

Key concepts covered:

  • document.querySelector()
  • addEventListener()
  • classList.add()
  • classList.remove()

Screenshots

Modal Project Screenshot 1 Modal Project Screenshot 2