dj-sf / images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Images - Minctech

Images module for a private lodging platform. Built with react and JavaScript. Supports interactive hero banner and gallery. Utilizes MongoDB and Mongoose for database management, express for server handling. Deployed with docker and AWS(EC2)

Related Projects

Table of Contents

  1. Usage
  2. Requirements
  3. Development

Usage

Hover over image an image on the hero banner to zoom in on that photo. Click on the view photos button to launch gallery that starts on the the first image of the hero banner. Click on any image on the hero banner to launch the gallery that starts at the selected image. In the gallery click > to move to the next image. In the gallery click < to move back an image. In the image list in the gallery click on any photo to jump to it in the gallery.

Requirements

  • Node 10.15.3 or higher

Development

Installing Dependencies

From within the project directory:

npm install
npm run seed
npm run react-dev
npm run start (in a seperate bash window)

About


Languages

Language:JavaScript 99.5%Language:Dockerfile 0.5%