One of my many side projects. This site is a fully responsive Legend Of Zelda BOTW themed site. Feel free to explore the entirety of the many creatures, monsters, and amazing items in the Legend Of Zelda BOTW universe!
I use a variety of different technologies and resources to create this site and the many projects contained inside it. This application I created using pure vanilla HTML, CSS, and JS.
Organizing the global variables, functions, and the event listeners to use these functions made it very easy find where to make any changes necessary throughout the site creation process. It also made it very easy to see what each function interacted with in order to work, making it easier to fix issues.
Organization is immensely important in order to ensure future changes that may need to be made can be done so with utmost efficiency. Without this organization, other software developers and myself may have to spend much more time in order to change the code.