Xandr1 / js_task-gallery-DOM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:GNU General Public License v3.0


Languages

Language:JavaScript 60.8%Language:HTML 29.6%Language:CSS 9.7%