/Movie_Star

Movie Application Built with MovieDB API

Primary LanguageTypeScript

Movie Star

t

watch a demo video on youtube Click Here

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

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