Skip to content

theprogrammerinyou/movieflix

Repository files navigation

Get Started

Features

  1. List of movies released in 2012 in descending order.
  2. Genre filter option so that you can filter movies according to your favorite genre
  3. Search option so that you can get your favorite movie just by search it.
  4. Completely built using React Native.
  5. Implemented smooth scrolling so that user can get the movies list as he/she is scrolling down.

Install dependencies

npm install

Then

go to https://www.themoviedb.org, create an account and get the api key, then use that api key in constants/index.js file

Then

Run The app

npm start

Runs your app in development mode.

Open it in the Expo app on your phone to view it. It will reload if you save edits to your files, and you will see build errors and logs in the terminal.

npm run ios

Like npm start / yarn start, but also attempts to open your app in the iOS Simulator if you're on a Mac and have it installed.

npm run android

Like npm start / yarn start, but also attempts to open your app on a connected Android device or emulator. Requires an installation of Android build tools (see React Native docs for detailed setup).


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published