singhalsurbhi07 / twitter-client

0 stars 1 forks source link

twitter-client

TwiiterClient is as the name suggests communicate with the twitter client server and using their API's for home time line and creating the tweet interact with it.

Taskes Completed:

  1. user is able to see the time line.

  2. Infinite pagination.

  3. Compose a new tweet on the tweet.

  4. reply on the tweet.

  5. Created functionality for retweet as well as favorite but it sometime works and sometimes doesn't.

  6. Implemented autolink functionality also but after implementing the same the onclickitem for timelist stopped working.

alt tag

Assignment 4:

Tasks Completed:

1.Includes all required user stories from Week 3 Twitter Client.

2.User can switch between Timeline and Mention views using tabs.

3.User can view their home timeline tweets.

4.User can view the recent mentions of their username.

5.User can scroll to bottom of either of these lists and new tweets will load ("infinite scroll")

6.User can navigate to view their own profile User can see picture, tagline, # of followers, # of following, and tweets on their profile.

7.User can click on the profile image in any tweet to see another user's profile. User can see picture, tagline, # of followers, # of following, and tweets of clicked user.

8.Profile view should include that user's timeline

9.Advanced: User can "reply" to any tweet on their home timeline The user that wrote the original tweet is automatically "@" replied in compose

10.Advanced: User can click on a tweet to be taken to a "detail view" of that tweet

11.Advanced: User can take favorite (and unfavorite) or reweet actions on a tweet

12.Advanced: Improve the user interface and theme the app to feel twitter branded

13.Advanced: User can search for tweets matching a particular query and see results

alt tag