Skip to content

riad40/MovieHub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 

Repository files navigation

MovieHub

mobile app based on IMDb api database

How to run the project

  1. Clone the repo
git clone https://github.com/riad40/MovieHub.git
  1. Navigate to the app directory
cd app
  1. 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
  1. Install NPM packages
npm install
  1. Run the app
npm run android