Skip to content

Soneshaps/cinema-gallery

Repository files navigation

Cinema Gallery Application

A simple web application that displays list of Top trending Movies and TV-Series

Demo

You can view the live project here: Project Link

Features

  • Display gallery cards with dynamic data.
  • Built using modern JavaScript frameworks and tools.

Technologies Used

  • React (Frontend)
  • Material-UI (UI Components)

Getting Started

Follow the steps below to set up the project locally.

Prerequisites

Ensure you have the following installed on your system:

  • Node.js (version 14 or above)
  • npm (Node Package Manager, bundled with Node.js)

Installation

  1. Clone the Repository
    Clone this repository to your local machine using the following command:

    git clone https://github.com/yourusername/gallery-card-app.git
    
  2. Navigate to the Project Directory Move into the project folder:

cd gallery-card-app
  1. Add env variable

     VITE_TMDB_URL=https://api.themoviedb.org/3
     VITE_TMDB_API_KEY=
    
  2. Install Dependencies Install the required npm packages:

npm install

  1. Start the application

npm run dev

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published