Skip to content

itismadhan/codepath-twitter-client

Repository files navigation

Basic Twitter Client

Time to complete: 8-10 hrs

Project Requirements:

  • Required: User can sign in using OAuth login flow (Social Framework)
  • Required: User can view last 20 tweets from their home timeline
  • Required: The current signed in user will be persisted across restarts
  • Required: In the home timeline, user can view tweet with the user profile picture, username, tweet text, and timestamp. In other words, design the custom cell with the proper Auto Layout settings. You will also need to augment the model classes.
  • Required: User can pull to refresh
  • Required: User can compose a new tweet by tapping on a compose button.
  • Required: User can tap on a tweet to view it, with controls to retweet, favorite, and reply.

Other Libraries Used:

GIF WalkThrough:

Twitter Redux

Time to complete: 7hrs

Project Requirements:

  • Required: Hamburger menu
  • Required: Dragging anywhere in the view should reveal the menu.
  • Required: The menu should include links to your profile, the home timeline, and the mentions view.
  • Required: The menu can look similar to the LinkedIn menu below or feel free to take liberty with the UI.

Profile page

  • Required: Contains the user header view
  • Required: Contains a section with the users basic stats: # tweets, # following, # followers

Home Timeline

  • Required: Tapping on a user image should bring up that user's profile page

GIF WalkThrough:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages