Skip to content

san1234100/youtube-thumbnail-grabber

Repository files navigation

YouTube Thumbnail Grabber

This is a simple web application built with HTML, Tailwind CSS, and JavaScript using the Vite platform. It allows you to grab the thumbnail of a YouTube video by providing its link.

Live link

https://san1234100.github.io/youtube-thumbnail-grabber/

Setup

  1. Clone the Repository:
    git clone https://github.com/san1234100/youtube-thumbnail-grabber.git
    
  2. Navigate to the Project Directory:
cd youtube-thumbnail-grabber
  1. Install Dependencies:
npm install

Usage

  1. Start the Development Server:
npm run dev
  1. Open the Application:
  1. Enter YouTube Video Link:
  • In the input field provided, enter the link (URL) of the YouTube video whose thumbnail you want to grab. Get Thumbnail:
  1. Click on the "Get Thumbnail" button to fetch and display the thumbnail image of the provided YouTube video.

Technologies Used

  • HTML
  • Tailwind CSS
  • JavaScript
  • Vite

Happy coding!😁🧑‍💻