Filmer is an intuitive and feature-rich application for movie enthusiasts. Powered by The Movie Database (TMDB) API, it offers a seamless experience for exploring, tracking, and organizing your favorite movies. Whether you're looking to dive into a new film or keep track of your movie-watching journey, Filmer is the perfect companion for every cinema lover
- Discover: Get instant access to the latest and most popular movies.Explore new genres, trending movies, and more.
- Lists: Keep track of the movies you've already watched or the movies that you will watch by adding them to your personalized lists.
- Search: Find any movie in a snap.
- Intuitive UI: A user-friendly interface that makes navigation and managing your movie lists a breeze.
Before you begin, ensure you have the following:
- A working development environment for Android/iOS (depending on your target platform).
- Access to TMDB API (you'll need your own API key).
-
Clone the Repository:
git clone https://github.com/dybdeskarphet/filmer.git cd filmer
-
Install Dependencies:
# For npm npm install # For Yarn yarn install
-
API Key Configuration:
- Obtain your TMDB API Key.
- Create a
.env
file in the root directory. - Add your API key as follows:
API_KEY=YOUR_API_KEY_HERE
.
-
Run the Application:
# For Android npm run android # For iOS npm run ios
Interested in contributing to the Filmer App? We welcome contributions of all kinds. Please read our Contributing Guidelines for more information.
This project is licensed under the GNU GPLv3 - see the file for details.
- Thanks to The Movie Database (TMDB) for providing the API.