diff --git a/README.md b/README.md index fe82c877725..0c734580a13 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,30 @@ 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. +This app was created to practice with HTML, CSS, JS, jQuery, AJAX, and front-end development skills. As well as Node and Express back-end skills. + +## Final Product + +### Sending a Tweet! + +!["Sending a Tweet"](https://github.com/originallykevin/tweeter/blob/master/docs/sending-tweet.gif) + +### Browser View + +!["Browser View"](https://github.com/originallykevin/tweeter/blob/master/docs/browser-view.gif) + +### Tablet View + +!["Tablet View"](https://github.com/originallykevin/tweeter/blob/master/docs/tablet-view.gif) + +### Page Scrolling + +!["Page Scrolling"](https://github.com/originallykevin/tweeter/blob/master/docs/page-scrolling.gif) + +### Word Counter + +!["Word Counter"](https://github.com/originallykevin/tweeter/blob/master/docs/error-message.gif) + ## Getting Started diff --git a/docs/browser-view.gif b/docs/browser-view.gif new file mode 100644 index 00000000000..82e37b2c569 Binary files /dev/null and b/docs/browser-view.gif differ diff --git a/docs/error-message.gif b/docs/error-message.gif new file mode 100644 index 00000000000..aa12adee025 Binary files /dev/null and b/docs/error-message.gif differ diff --git a/docs/page-scrolling.gif b/docs/page-scrolling.gif new file mode 100644 index 00000000000..43101a9c4fe Binary files /dev/null and b/docs/page-scrolling.gif differ diff --git a/docs/sending-tweet.gif b/docs/sending-tweet.gif new file mode 100644 index 00000000000..faefaa68d49 Binary files /dev/null and b/docs/sending-tweet.gif differ diff --git a/docs/tablet-view.gif b/docs/tablet-view.gif new file mode 100644 index 00000000000..b0d95919c66 Binary files /dev/null and b/docs/tablet-view.gif differ diff --git a/package-lock.json b/package-lock.json index 8177739a4db..5761745aaed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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 } } }, diff --git a/public/images/Image.png b/public/images/Image.png new file mode 100644 index 00000000000..32f86b03a8b Binary files /dev/null and b/public/images/Image.png differ diff --git a/public/index.html b/public/index.html index 3eff8a8578d..3b08f3629b6 100644 --- a/public/index.html +++ b/public/index.html @@ -1,29 +1,97 @@ -
- -