Skip to content

17021084/in-su-ta-gu-ra-mu

Repository files navigation

Instagram- clone main function

I just focus to make functions. I didnt focus UI

How to Run it

Fist of all: Make sure you already installed node , npm ,expo cli,git,...
Install RN: follow ReactNative

  1. Clone this app:
git clone https://github.com/17021084/in-su-ta-gu-ra-mu.git
  1. install nodes modules:
cd in-su-ta-gu-ra-mu
yarn install

```bash yarn install ```

or

npm install
  1. run this app
yarn start

Use should run this app in real device.because in web or simulator, you cant use camera

Technology used:

  1. React-Native (Expo)
  2. Redux, Redux-Thunk
  3. Firebase
  4. Navigation 5.xxx

Main functions

  1. Authentication (signIn and signOut)
  2. Using camera, gallery to upload pots (image, caption)
  3. Search user- (use Debounce)
  4. View user profile and following User follow
  5. Display feed.
  6. View and add comments.
  7. follow and unfollow

Demo screen

I following this tutorial Freecodecamp