Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 1.14 KB

README.md

File metadata and controls

34 lines (19 loc) · 1.14 KB

Instagram Clone App

About the project

A sample instagram clone app with login, feed and search screens. There is no post detail screen implemented. Each post is either a video post or an image post containing 2 images. The following packages are utilized:

Requirements

  • NodeJS v16.14.0
  • npm or yarn
  • Cocoapods
  • Watchman

How to develop

  1. Install mock data folder here and put it under api folder.

  2. Run yarn install

  3. Run npx pod-install

  4. Run yarn android to run application in Android.

  5. Run yarn ios to run application in ios.