This is a dynamic landing page that showcases the latest videos from gndx's YouTube channel. This project has been created using HTML, Tailwind CSS, and JavaScript, integrating the YouTube V3 API.
- Semantic HTML5 used for structuring the landing page.
- Styling done using the utility-first CSS framework - Tailwind CSS.
- Dynamic loading of the last four videos from gndx's YouTube channel using asynchronous JavaScript (Async/Await) and YouTube V3 API.
- Make sure you have Node.js installed on your machine. If not, download and install it from here.
- Clone this repository:
git clone https://github.com/yourusername/gndx-youtube-landing.git
- Install the dependencies:
cd gndx-youtube-landing npm install
- Start the local development server:
npm start
- Open your browser and go to
http://localhost:3000
.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.