PhotoAlbum

GitHub See it live

  1. Upload photos to some sort of host.
  2. Edit the title in data.js.
  3. Add a new collection object to the collections array in data.js and give it a name.
  4. In the collection object create a new array called photos. This is where you put the photo object.
  5. Add a new photo object to the array and give it a caption and the url of where the photo is hosted.