derekrliang / backdrop

Screensaver web application feeding on photos from 500px.
0 stars 0 forks source link

Foundation Framework #1

Open derekrliang opened 7 years ago

derekrliang commented 7 years ago

Add Foundation Framework using their CDN service.

Then (if necessary) refactor existing templates to use Foundation classes, etc.

crhallberg commented 7 years ago

What features of Foundation did you want to use? Grids? Thumbnails?

derekrliang commented 7 years ago

Thumbnails look good, lets do that.

crhallberg commented 7 years ago

I took a crack at it, but I couldn't get past installation. server/app.ts couldn't find any of its dependencies. Can you make sure all of your typings are saved to the config? Also, is going to localhost:3000/photos enough or do I actually need to make some kind of request, with parameters.

derekrliang commented 7 years ago

Alright, I pushed some new updates that should fix the installation and updated the README.

Currently, localhost:3000 displays a gallery of photos. Eventually, it should be just one full size photo that changes on an interval.

For this issue, we could make a new Angular route for localhost:3000/photos that will display a gallery of photos (from /api/photos) using Foundation's thumbnails.