mobile app based on IMDb api database
- Clone the repo
git clone https://github.com/riad40/MovieHub.git
- Navigate to the app directory
cd app
- Get your api key from themoviedb.org, then create a enviroment.ts file and paste code below on it
const API_KEY = YOUR_API_KEY
export default API_KEY
- Install NPM packages
npm install
- Run the app
npm run android