Skip to content

Commit a5e2541

Browse files
Update README.md
1 parent 7d42d36 commit a5e2541

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

README.md

+8-9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
Tweeter is a simple, single-page Twitter clone. This uses HTML, CSS, JS, jQuery and AJAX front-end skills, and their Node, Express back-end skills.
44

5+
## Functionality Demonstration:
6+
7+
!["New Tweet"](public/docs/newTweet.gif)
8+
!["Error 1(Tweet is too Short)"](public/docs/tooShort.JPG)
9+
!["Error 2 (Tweet is too Long)"](public/docs/tooLong.JPG)
10+
!["Hover over"](public/docs/hoverView.JPG)
11+
!["Screen resize on mobile"](public/docs/phoneView.JPG)
12+
513
## It has the following features:
614

715
1. A new tweet form slides up and down when the arrow button in the top right corner is pressed.
@@ -25,12 +33,3 @@ Tweeter is a simple, single-page Twitter clone. This uses HTML, CSS, JS, jQuery
2533
- Node 5.10.x or above
2634
- body-parser
2735
- Chance
28-
29-
## Functionality Demonstration:
30-
31-
!["New Tweet"](public/docs/newTweet.gif)
32-
!["Error 1(Tweet is too Short)"](public/docs/tooShort.JPG)
33-
!["Error 2 (Tweet is too Long)"](public/docs/tooLong.JPG)
34-
!["Hover over"](public/docs/hoverView.JPG)
35-
!["Screen resize on mobile"](public/docs/phoneView.JPG)
36-

0 commit comments

Comments
 (0)