browse through movies, save your favorite ones for later
Design is not my own. It's from simantOo on Dribbble
Flixx is an android app which allows user to browse through different movie genre. It fetches information from The Movie Database. Please note, this project is still in work.
If you want to try it out in your own android phone, you can find a downloadable APK file on project Release page.
Mind it, it is not a good thing to download random APKs from web and use it. Always get them from Play Store or F-Droid.
This is a bare React Native project. So, you should be able to get it running in couple of simple commands.
- Clone this codebase:
git clone https://github.com/abdus/flixx.git
cd flixx
- Run
yarn
to install packages - Start Metro server:
yarn start
- Open a separate terminal,
cd
toflixx
and runyarn android
. This command will build and install the APK in connected device.
That's it.
GPL3