Skip to content

Instantly share code, notes, and snippets.

## Weekly Goal
This week I intend on working on the Pizza Database Store.
## Specs
Product/User Stories
+ Can track all customers and any relevant customer information, including but not limited to...
- customer ID
- name
- username/login details
- delivery address(es)

Weekly Goal

Specifications

  • Going to the Home Page should let you see all the contacts
  • Going to a contact detail page should show the full name of the contact
  • Adding a contact should add a new contact in the database, and redirect to the created contact
  • Clicking on the Delete link for a contact should delete the contact
  • Searching for a contact should list all the contacts which match the search string
@SalSoloman
SalSoloman / index.html
Created August 26, 2016 23:59 — forked from anonymous/index.html
Make a Word Make-a-Word challenge for the Learners Guild Enrollment Game: https://learnathon.learnersguild.org/ // source http://jsbin.com/nexojuf
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="Make-a-Word challenge for the Learners Guild Enrollment Game: https://learnathon.learnersguild.org/">
<meta charset="utf-8">
<title>Make a Word</title>
<link rel="stylesheet" href="main.css" media="screen" charset="utf-8">
<style id="jsbin-css">
body {