Skip to content

wmemorgan/image-gallery-app-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Gallery App

Netlify Status

An application used to search and save images.

Features

  • Search images using my custom search engine
  • Navigate through search results
  • Select and save an image to your library
  • View and delete images in your library

Application Arichtecture

The application backend uses a microservices architecture to keep features modular and reusable for different applications. Client access is through a single page application.

The main application components are:

  • Image Search Engine: custom search api, built in NodeJS, which uses the Google Search Engine to query images
  • Image Gallery Backend: api, built in Java, which manages user security and image library
  • Image Gallery Client: frontend, buit in React, which performs user registration, image searches, and library updates

Demo Site

Installation

  • Clone this repo to your local machine using https://github.com/wmemorgan/image-gallery-app-frontend.git

Setup

Go to your repo directory and enter the following commands to install project dependencies

$ yarn install

Usage

Inside your repo directory run the REACT app locally on your machine

$ yarn run start

License

MIT

About

An application used to search and save images.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published