Skip to content

rperry99/navigation-animation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Project

This is a project to have a navigation animation from a hamburger menu.

This project is from Zero to Mastery: Jacascript Web Projects: 20 Projects to Build Your Portfolio. This is project 7 / 20.

Live Project

You can check out the live version of the project here

You can view the full list of project from this course here.

Thoughts

This was a pretty interesting project. For the most part, nothing from this one was new to me since I have experience making togglable navs. What I did learn though, is great refactoring tips. Before the last section of this course, the JS was very repetitive. I think They did a really good job of using an array with a for each loop on it to go through all of the items to skip the repetition. I remember I tried to do something similar, and I made it WAY more complicated than it needed to be with multiple if statements, template strings, and using the eval() function to make it work. I love to make things harder on myself apparently.

About

This is a project from the Zero to Mastery 20 JavaScript Projects Course.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published