/Tribe

Primary LanguageTypeScript

Tribe Case Study

This project implements the mobile app for Tribe Case Study. I used data from tmdb API.

Run Locally

Clone the project

git clone https://github.com/bthnorhan/Tribe

Go to the project directory

cd Tribe

Install dependencies

  npm install
  npx pod-install

Start the metro server

  npm start

Start platform spesific application

  npm run android
  npm run ios

Prerequisites

Base dependencies

Authors