Rflix is a sleek movie browsing app powered by the TMDB API.
It lets users discover and explore a wide range of movies and shows with ease.
⚠️ Note: Rflix does not host or store any media files.
Before you begin 🏁, make sure the following tools are installed on your machine:
-
Clone the repository:
git clone https://github.com/pranay-dutta/rflix.git
-
Navigate into the project directory:
cd rflix -
Install project dependencies:
npm install
-
Set up environment variables:
-
Create a
.envfile in the root directory. -
Add your TMDB API key to the file:
VITE_API_KEY=YOUR_TMDB_API_KEY
-
-
Start the development server:
npm run dev
Legal Notice
Rflix does not host or store any media content. It only provides links to third-party services.
Any copyright or legal concerns should be addressed with the respective content hosts.
Rflix is not liable for the media content streamed from external providers.
This project is intended for educational and personal use only.
We welcome contributions!
Feel free to fork the project, suggest improvements, or submit pull requests.