Skip to content

MateuszG/Drag-to-gallery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task description

  • Candidate should implement script that will handle binary image files selected by user.

Script should be implemented according to the following instructions.

  • User should be able to upload multiple selected files to the application using input field or by dragging and dropping them on selected page area.
  • For every uploaded image, a separate thumbnail image (150px x 150px) should be generated.
  • All thumbnails should be displayed on page.
  • Clicking on thumbnail should open new window with original version of corresponding image.
  • All data processing should be implemented within the browser, without any backend solutions or additional technologies.
  • Task should be implemented without any third-party libraries or frameworks.

Expectations

JavaScript application that is able to perform all described operations.

Requirements

  • Browser support: Firefox, Chrome
  • HTML5, CSS3, and related modern front-end standards, including knowledge of cross-browser compatibility and legacy fallbacks are necessary
  • Supported image formats: jpg, png
  • Careful code structure
  • Commented code
  • No third-party code
  • Basic UI that allows to test the solution

About

HTML5, JavaScript - drag and drop image to gallery.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published