https://github.com/abdus/flixx
browse through amazing movies
https://github.com/abdus/flixx
android javascript react-native typescript
Last synced: 2 months ago
JSON representation
browse through amazing movies
- Host: GitHub
- URL: https://github.com/abdus/flixx
- Owner: abdus
- License: gpl-3.0
- Created: 2021-02-26T18:40:27.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-09T17:52:44.000Z (about 4 years ago)
- Last Synced: 2025-01-30T10:15:29.977Z (4 months ago)
- Topics: android, javascript, react-native, typescript
- Language: TypeScript
- Homepage:
- Size: 516 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://codeclimate.com/github/abdus/flixx/maintainability)

> browse through movies, save your favorite ones for later
Design is not my own. It's from [simantOo on Dribbble](https://dribbble.com/shots/10795979-Movie-App-Free)
# Flixx
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.## Pre-built APK
If you want to try it out in your own android phone, you can find a downloadable
APK file on project [Release page](https://github.com/abdus/flixx/releases/).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.## Local Development
This is a bare React Native project. So, you should be able to get it running in
couple of simple commands.1. Clone this codebase: `git clone https://github.com/abdus/flixx.git`
2. `cd flixx`
3. Run `yarn` to install packages
4. Start Metro server: `yarn start`
5. Open a separate terminal, `cd` to `flixx` and run `yarn android`. This
command will build and install the APK in connected device.That's it.
## License
GPL3