This project is a Full Stack Disney+ clone built using React.js and Tailwind CSS. It allows users to browse trending movies and discover movies by genre using data from the The Movie Database (TMDb) API. The application provides a user-friendly interface similar to the Disney+ streaming platform.
- Browse trending movies and TV shows.
- Discover movies by genre.
- Responsive design for various screen sizes.
- User-friendly interface inspired by Disney+.
- Clone the repository:
git clone https://github.com/G-nizam-A/Disney-Plus-Hotstar-Clone.git
- Navigate to the project directory:
cd disney-plus-hotstar-clone
- Install dependencies:
npm install
- Start the development server:
npm start
- Open your web browser and go to http://localhost:3000 to access the Weather App
- React.js
- Tailwind CSS
- Axios
The application uses the Movie Database (TMDb) API to fetch movie data. The API requests are handled using the provided GlobalApi.js module. Trending movies and movies by genre can be accessed through the following methods:
//GlobalApi.js
import axios from 'axios';
const movieBaseUrl = "https://api.themoviedb.org/3"
const api_key = 'your-api-key'
Remember to replace 'your-api-key' with your actual TMDb API key in GlobalApi.js file.
Contributions to this project are welcome! Feel free to open issues and submit pull requests for any improvements, bug fixes, or new featu