项目作者: bargemb

项目描述 :
iOS Codepath: Twitter App
高级语言: Swift
项目地址: git://github.com/bargemb/twitter.git
创建时间: 2019-02-16T01:17:53Z
项目社区:https://github.com/bargemb/twitter

开源协议:

下载


Twitter

Twitter is a basic app to read your tweets.

Twitter Part 2

User Stories

REQUIRED (10pts)

  • User can compose a tweet. (4pts)
  • User can favorite a tweet. (4pts)
  • User can retweet a tweet. (2pts)

BONUS

  • When composing a tweet, user sees a countdown for the number of characters remaining for the tweet (out of 140) (2pts)
  • User can view their profile in a profile tab. (3pts)
  • User sees embedded images in tweet if available. (3pts)

App Walkthough GIF

Here’s a walkthrough of implemented user stories:

Video Walkthrough

GIF created with Recordit.


Twitter Part 1

User Stories

REQUIRED (10pts)

  • User sees app icon in home screen and styled launch screen. (1pt)
  • User can log in. (1pt)
  • User can log out. (1pt)
  • User stays logged in across restarts. (1pt)
  • User can view tweets with the user profile picture, username, and tweet text. (6pts)

BONUS

  • User can pull to refresh. (1pt)
  • User can load past tweets infinitely. (2pts)

App Walkthough GIF

Here’s a walkthrough of implemented user stories:

Video Walkthrough

GIF created with Recordit.