GhibliGaze is a single-page application dedicated to celebrating the extraordinary creations of Studio Ghibli. The page showcases information about Ghibli's iconic movies, captivating trailers, a visually stunning gallery, and the latest news from the Ghibli universe.
Clone the Repository:
git clone https://github.com/s-shemmee/GhibliGaze.git
Navigate to the Project Directory:
cd GhibliGaze
Install Dependencies:
npm install
Set Up YouTube Data API Key:
Obtain your YouTube Data API v3 key from the Google Developers Console.
Create a .env
file in the root directory of your project.
Add your API key to the .env
file as follows:
VITE_YOUTUBE_API_KEY=YOUR_YOUTUBE_DATA_API_KEY
Start the Development Server:
npm run dev
This will start the development server, and you can view the landing page at
http://localhost:5173
in your browser.
A live demo of GhibliGaze is available at LIVE DEMO. Explore the magic of Studio Ghibli at your fingertips!
This project is licensed under the MIT License.