This is a mobile movies app build in react native. The project consumes a database of movies targeting a public web API, Movie DB.
npm install
or yarn install
using Node.js (version >= 16)
Go to moviesDB and create an account to generate an API key and then create .env
file in root project folder and set the variable
API_KEY=<new-api-key>
npm run start