Skip to content

paulpjoby/TikTok-Clone-ReactNative

Repository files navigation

TikTok-Clone-ReactNative

Note

  • Video and Basic Info about video fetched from locally hosted wamp server
  • Planning to user Firebase Auth and Database for User management and for counting video likes (No Fully Implemented)
  • Sample response for server
 [
     {
    "id": 0,
    "likes": "10K",
    "shares": "0",
    "comments": "10",
    "author": "Paul P Joby",
    "description": "Here Goes the video description in less than 6 lines",
    "hashtags": "#Song #Stunts",
    "music": "Night- Sam Smith",
    "thumnailUrl": "",
    "videoItem": "VID-20170715-WA0015.mp4"
    },
    {
    "id": 1,
    "likes": "1M",
    "shares": "0",
    "comments": "0",
    "author": "John Sam",
    "description": "Here Goes the video description in less than 6 lines",
    "hashtags": "#Song #Stunts",
    "music": "Night- Sam Smith",
    "thumnailUrl": "",
    "videoItem": "VID-20170715-WA0016.mp4"
    },
 ]

ScreenShots

Alt text Alt text Alt text Alt text Alt text