Skip to content

CineVerse is a premium movie discovery platform built with React and TMDB API. Features include a stunning responsive design, trending and top-rated movies, detailed film information, and smooth animations. Explore the world of cinema with this elegant, performance-optimized application.

Notifications You must be signed in to change notification settings

ankan-coder/CineVerse

Repository files navigation

CineVerse - Discover Amazing Movies

A React movie application built with Vite that uses The Movie Database (TMDB) API to display information about movies.

Features

  • Browse trending, popular, and top-rated movies
  • View detailed information about movies including cast, crew, and ratings
  • Search for movies by title
  • Responsive design for mobile and desktop

Getting Started

Prerequisites

Installation

  1. Clone the repository
git clone <repository-url>
cd movie-app
  1. Install dependencies
npm install
  1. Set up your TMDB API key

Open src/services/tmdbApi.js and replace 'YOUR_API_KEY' with your actual TMDB API key:

const TMDB_API_KEY = 'your_actual_api_key_here';
  1. Start the development server
npm run dev
  1. Open your browser and navigate to http://localhost:5173

Project Structure

  • src/components - Reusable UI components
  • src/pages - Page components for different routes
  • src/services - API services and utilities
  • src/styles - CSS files for components and pages

Built With

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

  • The Movie Database for providing the API
  • All the open-source libraries used in this project

About

CineVerse is a premium movie discovery platform built with React and TMDB API. Features include a stunning responsive design, trending and top-rated movies, detailed film information, and smooth animations. Explore the world of cinema with this elegant, performance-optimized application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published