Skip to content

Latest commit

 

History

History
24 lines (23 loc) · 1.05 KB

README.md

File metadata and controls

24 lines (23 loc) · 1.05 KB

Image Gallery

Responsive Image uploader and gallery with both frontend and backend.

Features:

  • Responsive image view.
  • Click to select or drag and drop uploading feature using modal with progressbar.
  • Remove image using button and the gallery updates itself without page reload.
  • Live search image using AJAX.
  • Both JSON and Eloquent ORM based data storage.
  • Auto horizontal scroll for images with larger title. Watch video demo here

Technologies used:

  • HTML, Blade, CSS, JavaScript
  • Laravel 5.7
  • Bootstrap 4
  • jQuery 3.4.1 Image uploader (drag and drop) frontend JS plugin:
  • DropzoneJS Responsive, touch enabled image gallery jQuery Plugin:
  • Lightbox plugin Third party image thumbnail generator (modified):
  • Create cropped thumbnail Front end prompt plugin:
  • Sweetalert