1.0.0 • Published 4 years ago

react-native-twitter-clone v1.0.0

Weekly downloads
-
License
-
Repository
-
Last release
4 years ago

Twitter Clone with React Native

This project will user a mock api while I'm developing, it will cover most of the functionalities that twitter already has (06/03/2020). I'm still deciding whether to create a web app version or not, but if do, I will post the repo link right here.

How to run

  • git clone git@github.com:ThiagoLovatine/TwitterCloneReactNative.git
  • cd TwitterCloneReactNative
  • yarn
  • yarn start
  • yarn ios or yarn android

To-dos

  • Setup: Redux, Redux Saga, Reactotron
  • Setup: Navigation
  • Setup: Mock Api and Api Router
  • Screen: Loading
  • Screen: Login
  • Screen: Register
  • Screen: Forgot password
  • Screen: Reset password
  • Component: Tabs
  • Component: Drawer
  • Component: Header
  • Component: PostCard
  • Screen: Timeline
  • Screen: Search
  • Screen: PostDetails
  • Screen: Profile
  • Screen: Create Post
  • Screen: Notifications
  • Screen: Messages
  • Screen: Chat
  • Screen: Following / Followers
  • Screen: Edit profile

Tech (Used but not limited to)