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.
https://san1234100.github.io/youtube-thumbnail-grabber/
- Clone the Repository:
git clone https://github.com/san1234100/youtube-thumbnail-grabber.git
- Navigate to the Project Directory:
cd youtube-thumbnail-grabber
- Install Dependencies:
npm install
- Start the Development Server:
npm run dev
- Open the Application:
- Open your web browser and navigate to http://localhost:3000.
- 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:
- Click on the "Get Thumbnail" button to fetch and display the thumbnail image of the provided YouTube video.
- HTML
- Tailwind CSS
- JavaScript
- Vite