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.
Home | Genres | Search | Details |
---|---|---|---|
Collection | Favorites | Upcoming | Profile |
---|---|---|---|
Fully supported languages
- en-US
- pt-BR
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
-
Clone the repository and navigate to the root directory:
git clone https://github.com/imns1ght/FlixHunt && cd FlixHunt/
-
Install the required packages
yarn install && cd ios/ && pod install && cd ..
-
Generate a new
TMDB API_KEY
and add it to the.env
file:API_KEY=<insert-your-api-key-here>
-
Start the server
yarn start
-
Start the app
yarn android
yarn ios
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.
- The Movie Database API for providing movie and TV show data
- React Native for powering the application