saracarlile / image-search-abstraction

FCC Project - Image Search Abstraction Layer

Home Page:https://boiling-citadel-49042.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Synopsis

A full stack JavaScript app that allows you to search for images. This is a project for Free Code Camp's Back End Certification.

More Info

User Story: I can get the image URLs, alt text and page urls for a set of images relating to a given search string.

User Story: I can paginate through the responses by adding a ?offset=2 parameter to the URL.

User Story: I can get a list of the most recently submitted search strings.

View Project

View live demo of Image Search Abstraction

Installation

This project has a package.json file you need to run npm to install dependencies, which includes Express.JS.

About

FCC Project - Image Search Abstraction Layer

https://boiling-citadel-49042.herokuapp.com/


Languages

Language:JavaScript 60.0%Language:HTML 23.6%Language:CSS 16.4%