/a3

Primary LanguageJavaScript

Team Members

Alon Sigal 998156846 g1sigal
Henry Ku 998551348 g2kuhenr
Simon Song 998447006 g2junhee
Zheng (Lionheart) Xiong 998182112 c3xiongz

Compatibility

Compatible with Mozilla Firefox

Usage Instruction

Swiping to the right on the bottom footer box changes to next page, Swiping to left changes to previous page.
Each page consists of 15 tweets.
Clicking the "User Info" button will popup an user profile information that includes fullname, username, verifications,
profile background picture, user descriptions, url.
Clicking on #hashtags, @user_mentions and other links provided would open a new window with the specified link.

Other Details

Layout: out theme popup and tweets information automatically adjust according to the browser size

code-design

in line 44, we bring in local 'favs.json' file to process the data and present each json data to the application. While testing our assignment, please consider this. Thank you.

Files Attached

GIT.LOG

CSS

We added inline style tag to use css in this assignment, not including basic jquerymobile css files. (From line 358 to line 407). Most of css code effects on popup profile informations, changing font colors to white, giving paddings for each div, img and p, and aligning them so we have good presentation of original user profile. Also we added css code for .ui-li-heading to allow tweets to continue to the next line of given window width is not enough to hold its data in one line. Also we enlarged footer, the swipe bar to navigate through the application, so in the smaller window it is wide enough to perform swipe.