/Coffeerun

An e-commerce website that manages coffee orders for a food truck.

Primary LanguageJavaScript

Coffeerun

A simple e-commerce site that takes coffee orders for a food truck written in HTML, CSS, Bootstrap, Javascript, and JQuery. There is also a payment form that takes in users' contact information and credit card information. This is for Homework 3 - CPSC 473 Front-End Development course.

Functionalities & Features

  • users can place a coffee order, size, flavor shot, and amount of caffein
  • takes in user's email address
  • pending orders are shown as checkbox lists & removes it when checked
  • payment form where users can put their contact information & credit card information

Getting Started

Clone or download the repo

Install

Node.js and follow the prompts.

browser-sync in terminal to automatically reload browser: npm install -g browser-sync

Run In Terminal

cd/directory-of-coffeerun/Coffeerun-master change directory-of-coffeerun to the directory in which you downloaded the repo

browser-sync start --server --browser "Google Chrome" --files "*.html, stylesheets/*.css, scripts/*.js" to view Coffeerun on browser.