This app displays currently showing movies in theatres in Turkey.
- First Screen: User selects a city
- Theatres Screen: Theatres in selected city are displayed: Address, Phone Number, Facilities
- Movies Screen: Showing movies in selected theatre are displayed: Movie poster, Title, Categories, Seances
- Movie Details Screen: Details of selected movie are displayed: Title, Duration, Categories, Movie Review, Cast, Trailer (obtained with Youtube Search API)
No public API was available for such service, hereby, I scraped the data from sinemalar.com by leveraging react-native-cheerio. You are allowed to test the app for educational purposes, yet it is prohibited to distribute it as all the data displayed in the app are owned & protected by sinemalar.com. I do not claim any rights to said data.
In order to test the app on your phone, download Expo App and scan the QR Code below. (Note: iOS version not tested)
Rename example.env.config.js file to env.config.js and place your Youtube Api Key in the file.
Install expo if you haven't already:
npm install --global expo-cli
Then:
expo start