React responsive navbar 2024 | Beginner friendly project.

preview_player
Показать описание
Hello,
Recently in posted a poll on this channel seeking for your knowledge of interests about what projects you would love to see here and i thank you for the cooperation❤️.
I will be making more React and PHP project in tutorial format for you guys to learn something and find high quality resources from this channel.

These projects will be at a beginner friendly speed and right from the basics.
If this is what you would love to see please subscribe and leave a like to this video.
Comment below on what more you want to see.
Thank y'all🍻.
❤️+❤️

#navbar #react #reactjs #reactnavbar
Рекомендации по теме
Комментарии
Автор

Hi I would like you to do a project with react as front end and php as back end eg code igniter

therevealmusic
Автор

Hi Bro, I had exactly followed your code but at final stage when i changed the view to mobile i dont see the menu icon. could you please validate the below code and let me know if am missing anything ? much appreciated

@media screen and (min-width:1024px) {

.header {
padding: 1.5rem 15rem;

}

.navBar {

.navMenu {
column-gap: 4rem;

}
}
}

parthibanl