Skip to content

Built with React Native and TypeScript, this app allows you to search for movies and TV shows by title, view detailed information about them, and browse popular and upcoming releases.

License

Notifications You must be signed in to change notification settings

imns1ght/FlixHunt

Repository files navigation

FlixHunt

Welcome to FlixHunt, your app for finding the perfect film or series to watch! Built with React Native and TypeScript, this app allows you to search for movies and TV shows by title, view detailed information about them, and browse popular and upcoming releases. The data is sourced from the TMDB API.

FlixHunt is not endorsed or affiliated with TMDB.

Get it on Google Play

Features

Home Genres Search Details
Home RecommendationsByGenre Search Media-1
Collection Favorites Upcoming Profile
Media-2 Favorites Upcoming Movies Profile

Fully supported languages

  • en-US
  • pt-BR

Running the App

To run the app, you'll need to have the following installed on your development machine and have the environment of React Native configured:

  • JDK
  • Node.js LTS release or greater
  • Yarn
  • Git
  • Watchman
  1. Clone the repository and navigate to the root directory:

    git clone https://github.com/imns1ght/FlixHunt && cd FlixHunt/
  2. Install the required packages

    yarn install && cd ios/ && pod install && cd ..
  3. Generate a new TMDB API_KEY and add it to the .env file:

    API_KEY=<insert-your-api-key-here>
  4. Start the server

    yarn start
  5. Start the app

    yarn android
    yarn ios

Contributing

If you'd like to contribute to this project, please fork the repository and submit a pull request. We appreciate your help in making FlixHunt better for everyone.

Acknowledgements

Support

License

GPL 3