An open API service indexing awesome lists of open source software.

https://github.com/abdulkader-safi/movie_star

Movie Application Built with MovieDB API
https://github.com/abdulkader-safi/movie_star

android api expo fetch-api ios-app open-source react-native tamagui typescript

Last synced: 3 months ago
JSON representation

Movie Application Built with MovieDB API

Awesome Lists containing this project

README

          

# Movie Star

![t](./assets/Screenshot%202024-04-17%20at%201.17.23 AM.png)

watch a demo video on youtube [Click Here](https://youtu.be/zTKSst1Ve4Q?si=qyPZfRLNquQPJ5DP)

This project was built with Expo, React Native, Tamagui, and TenStack

to run the application you need to get Public API key from [The Movie DB](https://developer.themoviedb.org/docs/getting-started)

> cp .env.example .env

then add EXPO_PUBLIC_API_KEY with your public API key from the the movie db

this project uses some project from out of expo ecosystem

to run the application

install dependencies first

> bun i

to run android

> bun run android

to run ios

> bun run ios