#5 Build Full Stack Disney clone Project using React, Tailwind CSS, Vite : Responsive Navigation Bar

preview_player
Показать описание
In this video, we will build a responsive header Navigation Bar for our Disney clone project. We will use Tailwind CSS to style the navbar and make it responsive to different screen sizes. We will also add some functionality to the navbar, such as a search bar and a dropdown menu.

React Tailwind css Tutorial for Beginners | Build and Deploy Complete Responsive website🔴
Watch Full Video 👇🏻

React Tailwind css Beginner Tutorial |Build Complete Portfolio Website

Learn React Native in 2 hours for beginners: build a video streaming app

Thanks for watching!

#reactjs #tailwindcss #vite #navbar #responsivewebsite
Рекомендации по теме
Комментарии
Автор

u got mistake there when u add onclick event to the div it covers every single elements. So when u click the items it's gonna close. How did i solve this: {toggle ? (<div className="absolute mt-3 bg-[#121212] border-[1px] border-zinc-700 p-3 px-5 py-4" onClick={(e) => e.stopPropagation()}>
stopPropagation() is solving this problem.

safakkel
Автор

where is the source code .give your GitHub.iam confusing in giving max-width or width.sir

A-RECORD