Find the perfect movie to watch you didn’t even know exist. Just tell filmless what you’re into, and we’ll do the rest.
video-output-B5092376-4576-4C97-B62F-174FD616ED65.mov
In order to run the project, you need to first create a env.js
file in the root of the project.
const API_KEY = 'yourapikey';
export default API_KEY;
The API key is a private key generated from TMDb. To generate an API key visit this link.
You can then run the app by running:
expo start
To see the app straight from your phone, download the Expo Go app and scan the QR code.