Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 641 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 641 Bytes

Build a Random Quote Machine

Objective

Build an app that is functionally similar to this: https://codepen.io/FreeCodeCamp/full/ONjoLe/.

Requirements

  • User Story: I can click a button to show me a new random quote.

  • User Story: I can press a button to tweet out a quote.

Notes

Dev

Run using docker-compose:

# build and start the containers
docker-compose up --build

# stop the containers
docker-compose down

Usage

# Open app in web browser
http://localhost:3050

Architecture

image