I will give you an amazing jquery UI sortable Drag & Drop Photo album
Core Gallery is a photo album app powered by JQuery.
Features:
- Create unlimited numbers of albums
- Customize album with unique name & cover image
- Upload as much photo as you want into a single album
- Edit your photo with the features like Crop, Rotate, Flip, Zoom
- Customize your photo by editing its information
- Download single photo or else the entire gallery in a zip format
- Sort your photo sequence by simply dragging it to the right position
- Move photo between one album to another
- Edit, Delete, Change sort order is stored functions. So do these to an album altogether, then save the updates with a single click.
Tech Stack: - Backend Engine: ASP.NET Core 5.0 with Code First Approach
- ORM: Entity Framework Core, with Migration
- Database Engine: Microsoft SQL Server
- Front End Engine: ASP.NET Core Razor
- Communication Protocol: Ajax
- Image Cropper: Jquery Cropper.js library
- Image Sorting: Jquery UI Sortable library
- Image Upload: Jquery Dropzone.js library
- Code Architecture: Generic Repository Pattern with DI implementation