/my-movies-app

Primary LanguageTypeScript

My moview app

My Movie App is a movie app, where you can see important information about the most popular movies and search for your most favorite. All information is obtained through the API of The Movie Database API. This project is tested only in Android.

Technologies

Environment Variables

.env

  • API_AUTH
  • API_URL
  • API_SING

Running the project

First install dependencies:

npm install

To run in hot module reloading mode:

npm start
// or
npm run android
// or
npm run ios