Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 944 Bytes

README.md

File metadata and controls

37 lines (20 loc) · 944 Bytes

Bed n Breakfast - image carousel module

An image carousel module used to showcase reservation listing photos.

Table of Contents

  1. Demo
  2. Additional Info
  3. Setup

Demo:

Additional Info

This was a 3 week long project built during my time at Hackreactor. Project goals were to create the optimal user experience. I wanted to build an application that was both smooth and visually appealing.

The technologies implemented in this project was React, Express, CSS. Amazon S3 for static resources and AWS EC2, Docker for ease of deployment. Testing was conducted through the use of Jest/enzyme/@testing-library react. Continous integration was implemented via CircleCI.

Setup

Installation:

npm install

To Run Test Suite:

npm test

To Start Server:

npm start

To Visit App:

localhost:3000