Build a Responsive Side Navigation Bar | CSS and JavaScript

preview_player
Показать описание
An intuitive page navigation is very important for a nice user experience. Let’s see how we can easily create a responsive side navigation bar just with CSS and some JavaScript!

----------

----------

• And you should of course also follow @academind_real.

See you in the videos!

----------

Рекомендации по теме
Комментарии
Автор

Thank you very much, Manu! You are very calm and didactic to teach us! As a matter of fact your way to teach is very suchlike Max's. I regard you guys as my web development mentors. I am so grateful for finding you guys!

GiorgiBastos
Автор

Thank you so much for your reply, I think I understand how to use them, for mobile first, use min-width meaning the main css codes are for mobile size, if screen become bigger then we use min-width in media query, on the other, if we are focusing on desktop screen size, we use max-width if the screen size becomes smaller....

maskman
Автор

how to type faster on keyboard ??please reply, i search a lot but i can't found someone guide me to the correct way for typing for fingers and arms

husamk
Автор

This was an awesome tutorial. I hope you create more like this in the future.

stergiosk
Автор

why Chrome says: Cannot read property 'addEventListener' of null
so all the js system doesn't work

giacomorossin
Автор

Awesome! But why not use bootstrap responsive navbar instead of applying javascript for click event?

ZeeshanTamboli
Автор

Lovin this! Thanks Bro! Keepem comin!! 👍👍

PeteRoCC
Автор

This is an excellent tutorial!!! Sir, can you please explain the differences between max-width and min-width inside media query by making a exmaple/tutorial??? Some people use max-width, some like min-width, I am really confused!!!

maskman
Автор

Max, is it worth getting ur angular course if there is angular 6 coming out or already out

websurfer
Автор

Why use a class instead of an id for the ''hamburger_button", which is a unique element (and then use getElementById in JS instead of querySelector)?

oegehiddema
Автор

good and clear tutorial but for maximum compatibility i wouldnt use flexbox. I know it is a convenience when you want to center horizontally and vertically.

georgesmith
Автор

I was really hoping that you explained how not to hide the menu when a list item is clicked inside of the mobile menu, I think that part is a must. Otherwise the tutorial was pretty good.

sergi
Автор

How would you collapse the navigation list, vertically, using the TranslateY function?

sankalpsharma
Автор

Nice one man, It is difficult to see someone except Max in Academind, But you did if perfectly. (y)

farhantubeify
Автор

The clarity and simplicity of the java script used to show and hide the side bar is terrific. Thanks Academind! Sincerely, Rick

rickfearn
Автор

Very Nice! Thanks a Lot.
Is Very good do the same vídeo using angular

ErmacMKPP