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.
- React (JSX)
 - Tailwind CSS
 - YouTube Data API V3
 
- 
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
.envfile in the root directory of your project. - 
Add your API key to the
.envfile 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:5173in your browser. 
A live demo of GhibliGaze is available at LIVE DEMO. Explore the magic of Studio Ghibli at your fingertips!
- The anime posters in the Movies section were found and used from the Behance project Posters : Studio Ghibli of Joseph K. Roman.
 
This project is licensed under the MIT License.