Project Gallery

Take a look at some of the projects I have done. Each one is focused on my skill-set, and highlights my ability to learn quickly and willingness to push myself.

Magic 8 Ball Project

This project makes use of Math.random, and Math.floor methods. It was a great way to master implementation of eventListeners as well!

FAQ's Page Project

This project is a dynamic FAQ's page that mimics what you could expect to see on a restaurant site. The functions are targeted on the actual buttons. Toggles are used to create a smooth and crisp user experience.

This snapshot shows what the interface looks like when you click on a Question.

The second snapshot shows off the Toggle Function. This makes the first drop-down disappear so the interface remains clean, and removes distraction for the user.

Dynamic Menu Project

This project is a dynamic menu project. It utilizes Classes to minimize code. The classes are separated by each button. This allows the user to focus on which ever category they wish! This was a fun challenge, as it was the first time I implemented images in my projects!

This snapshot shows what the interface looks like when you press the "Breakfast" Button.

The second snapshot shows the "Lunch" Section.

This snapshot shows the "Shakes" Section.