Skip to content

thanhcs94/Twitter-Reactnative

Repository files navigation

Project 3 - TweetStar

Time spent: 4 hours spent in total

User Stories

The following required functionality is completed:

  • Hamburger menu (Hint You can refer react-native-drawer)
    • Dragging anywhere in the view should reveal the menu.
    • The menu should include links to your profile, the home timeline, and the mentions view.
    • The menu can look similar to the example or feel free to take liberty with the UI.
  • Profile page
    • Contains the user header view
    • Contains a section with the users basic stats: # tweets, # following, # followers
  • Home Timeline
    • Tapping on a user image should bring up that user's profile page
  • Like, tape heart icon to like and unlike

The following optional features are implemented:

  • Profile Page
    • Implement the paging view for the user description.
    • As the paging view moves, increase the opacity of the background screen. See the actual Twitter app for this effect
    • Pulling down the profile page should blur and resize the header image.
  • Account switching
    • Long press on home tab bar to bring up top ListView
    • Hint React Native onLongPress
  • Posting a Tweet
    • Tweet with Image
    • Attach Gif in Post Tweet
    • Layout send Tweet button above keyboard

The following additional features are implemented:

  • List anything else that you can get done to improve the app functionality!

Please list two areas of the assignment you'd like to discuss further with your peers during the next class (examples include better ways to implement something, how to extend your app in certain ways, etc):

Video Walkthrough

Here's a walkthrough of implemented user stories:

Video Walkthrough

GIF created with LiceCap.

Notes

Describe any challenges encountered while building the app.

License

Copyright [yyyy] [name of copyright owner]

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published