diff --git a/Doc/tweeterlarge.JPG b/Doc/tweeterlarge.JPG
new file mode 100644
index 00000000000..361db36cbab
Binary files /dev/null and b/Doc/tweeterlarge.JPG differ
diff --git a/Doc/tweetersmall.JPG b/Doc/tweetersmall.JPG
new file mode 100644
index 00000000000..cec0c221888
Binary files /dev/null and b/Doc/tweetersmall.JPG differ
diff --git a/README.md b/README.md
index fe82c877725..6eefcfa75a9 100644
--- a/README.md
+++ b/README.md
@@ -2,17 +2,20 @@
Tweeter is a simple, single-page Twitter clone.
-This repository is the starter code for the project: Students will fork and clone this repository, then build upon it to practice their HTML, CSS, JS, jQuery and AJAX front-end skills, and their Node, Express back-end skills.
+ HTML, CSS, JS, jQuery and AJAX front-end skills, and their Node, Express back-end skills.
## Getting Started
-1. [Create](https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template) a new repository using this repository as a template.
-2. Clone your repository onto your local device.
-3. Install dependencies using the `npm install` command.
-3. Start the web server using the `npm run local` command. The app will be served at .
-4. Go to in your browser.
+npm start to start the server
## Dependencies
- Express
- Node 5.10.x or above
+- body-parser
+- chance
+
+## Sceenshots
+["Screenshot of desktop page"](https://github.com/Vuvvy1/tweeter/blob/73a5125faef96edb1ee8c91a8694b1db593f1451/Doc/tweeterlarge.JPG)
+["Screenshot of moblie with error"](https://github.com/Vuvvy1/tweeter/blob/73a5125faef96edb1ee8c91a8694b1db593f1451/Doc/tweetersmall.JPG)
+## Created by Hadley Sutherland
diff --git a/package-lock.json b/package-lock.json
index 8177739a4db..c39b4980290 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -295,9 +295,9 @@
}
},
"chance": {
- "version": "1.0.18",
- "resolved": "https://registry.npmjs.org/chance/-/chance-1.0.18.tgz",
- "integrity": "sha512-g9YLQVHVZS/3F+zIicfB58vjcxopvYQRp7xHzvyDFDhXH1aRZI/JhwSAO0X5qYiQluoGnaNAU6wByD2KTxJN1A=="
+ "version": "1.1.9",
+ "resolved": "https://registry.npmjs.org/chance/-/chance-1.1.9.tgz",
+ "integrity": "sha512-TfxnA/DcZXRTA4OekA2zL9GH8qscbbl6X0ZqU4tXhGveVY/mXWvEQLt5GwZcYXTEyEFflVtj+pG8nc8EwSm1RQ=="
},
"charenc": {
"version": "0.0.2",
@@ -854,7 +854,8 @@
"ansi-regex": {
"version": "2.1.1",
"bundled": true,
- "dev": true
+ "dev": true,
+ "optional": true
},
"aproba": {
"version": "1.2.0",
@@ -875,12 +876,14 @@
"balanced-match": {
"version": "1.0.0",
"bundled": true,
- "dev": true
+ "dev": true,
+ "optional": true
},
"brace-expansion": {
"version": "1.1.11",
"bundled": true,
"dev": true,
+ "optional": true,
"requires": {
"balanced-match": "^1.0.0",
"concat-map": "0.0.1"
@@ -895,17 +898,20 @@
"code-point-at": {
"version": "1.1.0",
"bundled": true,
- "dev": true
+ "dev": true,
+ "optional": true
},
"concat-map": {
"version": "0.0.1",
"bundled": true,
- "dev": true
+ "dev": true,
+ "optional": true
},
"console-control-strings": {
"version": "1.1.0",
"bundled": true,
- "dev": true
+ "dev": true,
+ "optional": true
},
"core-util-is": {
"version": "1.0.2",
@@ -1022,7 +1028,8 @@
"inherits": {
"version": "2.0.3",
"bundled": true,
- "dev": true
+ "dev": true,
+ "optional": true
},
"ini": {
"version": "1.3.5",
@@ -1034,6 +1041,7 @@
"version": "1.0.0",
"bundled": true,
"dev": true,
+ "optional": true,
"requires": {
"number-is-nan": "^1.0.0"
}
@@ -1048,6 +1056,7 @@
"version": "3.0.4",
"bundled": true,
"dev": true,
+ "optional": true,
"requires": {
"brace-expansion": "^1.1.7"
}
@@ -1055,12 +1064,14 @@
"minimist": {
"version": "0.0.8",
"bundled": true,
- "dev": true
+ "dev": true,
+ "optional": true
},
"minipass": {
"version": "2.3.5",
"bundled": true,
"dev": true,
+ "optional": true,
"requires": {
"safe-buffer": "^5.1.2",
"yallist": "^3.0.0"
@@ -1079,6 +1090,7 @@
"version": "0.5.1",
"bundled": true,
"dev": true,
+ "optional": true,
"requires": {
"minimist": "0.0.8"
}
@@ -1159,7 +1171,8 @@
"number-is-nan": {
"version": "1.0.1",
"bundled": true,
- "dev": true
+ "dev": true,
+ "optional": true
},
"object-assign": {
"version": "4.1.1",
@@ -1171,6 +1184,7 @@
"version": "1.4.0",
"bundled": true,
"dev": true,
+ "optional": true,
"requires": {
"wrappy": "1"
}
@@ -1256,7 +1270,8 @@
"safe-buffer": {
"version": "5.1.2",
"bundled": true,
- "dev": true
+ "dev": true,
+ "optional": true
},
"safer-buffer": {
"version": "2.1.2",
@@ -1292,6 +1307,7 @@
"version": "1.0.2",
"bundled": true,
"dev": true,
+ "optional": true,
"requires": {
"code-point-at": "^1.0.0",
"is-fullwidth-code-point": "^1.0.0",
@@ -1311,6 +1327,7 @@
"version": "3.0.1",
"bundled": true,
"dev": true,
+ "optional": true,
"requires": {
"ansi-regex": "^2.0.0"
}
@@ -1354,12 +1371,14 @@
"wrappy": {
"version": "1.0.2",
"bundled": true,
- "dev": true
+ "dev": true,
+ "optional": true
},
"yallist": {
"version": "3.0.3",
"bundled": true,
- "dev": true
+ "dev": true,
+ "optional": true
}
}
},
@@ -2606,6 +2625,11 @@
"execa": "^0.7.0"
}
},
+ "timeago.js": {
+ "version": "4.0.2",
+ "resolved": "https://registry.npmjs.org/timeago.js/-/timeago.js-4.0.2.tgz",
+ "integrity": "sha512-a7wPxPdVlQL7lqvitHGGRsofhdwtkoSXPGATFuSOA2i1ZNQEPLrGnj68vOp2sOJTCFAQVXPeNMX/GctBaO9L2w=="
+ },
"timed-out": {
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/timed-out/-/timed-out-4.0.1.tgz",
diff --git a/package.json b/package.json
index d15d1347798..90c0699c03e 100644
--- a/package.json
+++ b/package.json
@@ -6,15 +6,17 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server/index.js",
- "local": "./node_modules/.bin/nodemon --watch server -e js server/index.js"
+ "local": "./node_modules/.bin/nodemon --watch server -e js server/index.js",
+ "stop": "node server.stop.js"
},
"author": "Lighthouse Labs",
"license": "ISC",
"dependencies": {
"body-parser": "^1.15.2",
- "chance": "^1.0.2",
+ "chance": "^1.1.9",
"express": "^4.13.4",
- "md5": "^2.1.0"
+ "md5": "^2.1.0",
+ "timeago.js": "^4.0.2"
},
"devDependencies": {
"nodemon": "^1.9.2"
diff --git a/public/index.html b/public/index.html
index 3eff8a8578d..65c26cd65d4 100644
--- a/public/index.html
+++ b/public/index.html
@@ -7,23 +7,67 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
+
+ class="bar">
+
+
+
+
+
+
+
Vuvvy
+
+
+
+
-
-
+
+