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
- Host: GitHub
- URL: https://github.com/abdulkader-safi/movie_star
- Owner: Abdulkader-Safi
- Created: 2024-04-16T09:52:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-17T06:55:58.000Z (over 1 year ago)
- Last Synced: 2025-02-15T07:48:57.762Z (8 months ago)
- Topics: android, api, expo, fetch-api, ios-app, open-source, react-native, tamagui, typescript
- Language: TypeScript
- Homepage: https://youtu.be/zTKSst1Ve4Q?si=qyPZfRLNquQPJ5DP
- Size: 1.75 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Movie Star

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