An open API service indexing awesome lists of open source software.

https://github.com/leandroberlin/picsum-api-bootstrap-4

Picsum API & Bootstrap 4 - Thumbnail gallery
https://github.com/leandroberlin/picsum-api-bootstrap-4

Last synced: 3 months ago
JSON representation

Picsum API & Bootstrap 4 - Thumbnail gallery

Awesome Lists containing this project

README

        

# BOOTSTRAP BOILERPLATE AND PICSUM API

## TASK:

Create a gallery like in the example using BS / JQ / API from Unsplash

## USE:

=> Bootstrap/Jquery/etc standalone OR "startbootstrap-thumbnail-gallery"
=> Use the API from Unsplash (you can use PICSUM PHOTOS - make it easyer!)
=> Select the images from /list and be creative ("should not be the firsts or lasts")

## EXTRA POINT:

=> Don't waste time and bandwith with big pictures... use 400x300

## WORKFLOW/SOLUTION (at least one of them...):

=> you should google: startbootstrap-thumbnail-gallery

=> you should check Picsum docs first, how to https://picsum.photos/list works and other solution

=> you should check Ajax docs if needed: http://api.jquery.com/jquery.ajax

=> you should check For statement if needed: https://www.w3schools.com/js/js_loop_for.asp

=> you should use console.log to debug what you're dealing with

=> google is your friend... sometimes

¯\\\_(ツ)\_/¯

## REFERENCE:

https://www.google.de/
https://getbootstrap.com/
https://picsum.photos/
https://github.com/BlackrockDigital/startbootstrap-thumbnail-gallery

## RUN FROM THIS REPO

Clone, run 'npm install' and then run 'gulp dev' which will open up a preview of the template in your default browser, watch for changes to core template files, and live reload the browser when changes are saved. You can view the gulpfile.js to see which tasks are included with the dev environment.