/movie-trends

Movies powered by TMDb API. Explore diverse movies, get detailed info, and watch trailers seamlessly. Built with React and Bootstrap 5 for a modern, dynamic interface.

Primary LanguageJavaScript

Movie Trends - Ultimate Movie Listing Application Movie Trends Logo

Welcome to Movie Trends, your go-to platform for discovering and exploring a vast collection of movies. Whether you're a cinephile or just looking for something to watch tonight, Movie Trends has you covered. This README guide will help you start the project and provide essential information for developers and users.

Table of Contents

Getting Started, follow these steps:

  1. Clone the repository to your local machine:
git clone https://github.com/mubashir-angathil/movie-trends.git
  1. Navigate to the project directory:
cd movie-trends
  1. Install dependencies:
npm install
  1. Start the development server:
npm start
  1. Open http://localhost:3000 in your browser to view the app.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in development mode. Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes. You may also see any lint errors in the console.

npm run build

Builds the app for production to the build folder. It correctly bundles React in production mode and optimizes the build for the best performance.

Your app is ready to be deployed! Refer to the deployment section for more information.

Features

  • Discover Movies: Explore a diverse range of movies.
  • Detailed Information: Get comprehensive details about each movie.
  • Trailer View: Enhance your movie exploration by watching trailers directly on YouTube.
  • Responsive Design: Enjoy a seamless experience across devices.

Technologies Used

  • React
  • Create React App
  • Bootstrap 5

Project Structure

Describe the main directories and files in your project. For example:

The project is structured as follows:

  • App.js: The main file containing the core logic and structure of the application.
  • index.js: DOM creation file, responsible for rendering the React app into the HTML file.
  • src/components: Houses reusable React components used throughout the application.
  • src/pages: Includes different pages of the application, each representing a distinct view or feature.
  • src/assets: Stores images, logos, and other assets.
  • src/services: Manages API services, facilitating communication between the front end and back end.
  • src/utils: Contains utility functions, hooks, variables, and other helpful tools for the project.