/js_task-gallery-DOM

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Gallery

Task

Create an image gallery where the main image changes by the click on a thumbnail.

Requirements:

  • A click can be either on a small img image or on a outside of it. event.target will be, respectively, either img or a.

Notes:

  • Use event delegation.
  • You must only modify the file src/scripts/main.js and src/styles/main.scss

Gif of result

Gif example


Read the guideline before start

Guideline

Result