A simple web application that displays list of Top trending Movies and TV-Series
You can view the live project here: Project Link
- Display gallery cards with dynamic data.
- Built using modern JavaScript frameworks and tools.
- React (Frontend)
- Material-UI (UI Components)
Follow the steps below to set up the project locally.
Ensure you have the following installed on your system:
- Node.js (version 14 or above)
- npm (Node Package Manager, bundled with Node.js)
-
Clone the Repository
Clone this repository to your local machine using the following command:git clone https://github.com/yourusername/gallery-card-app.git
-
Navigate to the Project Directory Move into the project folder:
cd gallery-card-app-
Add env variable
VITE_TMDB_URL=https://api.themoviedb.org/3 VITE_TMDB_API_KEY= -
Install Dependencies Install the required npm packages:
npm install
- Start the application
npm run dev