/photoGrab-API

Photo thumbnails that render modals upon click; from pre-seeded DB using Nodal backend

Primary LanguageJavaScript

PhotoGrab

  • Utilizes React.js on a static html page (index.html) with CDNs for React, ReactDOM, JSXTranspiler, and JQuery/AJAX
  • Database pre-seeded with five images and their image_urls and thumbnail_urls
  • Ajax request grabs JSON object with image URLs when main component mounts
  • Simulates modal functionality using React component

Running Locally

nodal s

Your app should now be running on localhost:3000.

open index.html

Generated by Nodal