This is a personal project created for a college assignment.
This was created using TypeScript, ReactNative, Expo.
Thanks to The Movie Database for providing an awesome API that made this project possible 🤠
TMDB-App-Demo.mp4
Clone the repo:
git clone git@github.com:arthurbz/tmdb-app.git
Then cd into it:
cd tmdb-app
Create a .env file with your TMDB API Key:
echo API_KEY={API_KEY} >> .env
Install dependencies:
npm i
Run 🤠
npm start
Simple as that, then all you need to do is open Expo Go and scan the QR Code!
Or, if you prefer, run on a virtual device inside your computer.