https://github.com/dwr2118/codepath-twitter
https://github.com/dwr2118/codepath-twitter
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dwr2118/codepath-twitter
- Owner: dwr2118
- Created: 2022-10-01T05:53:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-09T17:56:26.000Z (over 2 years ago)
- Last Synced: 2025-01-11T13:29:12.423Z (5 months ago)
- Language: Swift
- Size: 21.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project 3 - Tweeter
# Twitter - Part II
This is a basic twitter app to view, compose, favorite, and retweet tweets.
Time spent: 4 hours spent in total
## User Stories
The following **required** functionality is completed:
- [X] User can compose a tweet. (4pts)
- [X] User can favorite a tweet. (4pts)
- [X] User can retweet a tweet. (2pts)The following **bonus** features are implemented:
- [ ] When composing a tweet, user sees a countdown for the number of characters remaining for the tweet (out of 280) (2pts)
- [ ] User can view their profile in a profile tab. (3pts)
- [ ] User sees embedded images in tweet if available. (3pts)## Video Walkthrough
Here's a walkthrough of implemented user stories:
This is a basic twitter app to read your tweets.
Time spent: 4 hours spent in total
## User Stories
The following **required** functionality is completed:
- [X] User sees app icon in home screen and styled launch screen. (1pt)
- [X] User can log in. (1pt)
- [X] User can log out. (1pt)
- [X] User stays logged in across restarts. (1pt)
- [X] User can view tweets with the user profile picture, username, and tweet text. (6pts)The following **bonus** features are implemented:
- [X] User can pull to refresh. (1pt)
- [X] User can load past tweets infinitely. (2pts)## Video Walkthrough
Here's a walkthrough of implemented user stories:
