Welcome!

Portfolio made with ❤️ and Bulma CSS

My name is Jonathan Hammond. I'm a Support Analyst taking a Full Stack Developer coding bootcamp out of the University of New Hampshire, with six months experience as a Junior Web Developer.

Below, you will find a Tab component with links to my three best projects. You are invited to visit my Easy Recipeazy, JavaScript Password Generator and Coding Quiz creations. If you would like to speak further, I have provided all of my contact information as well. Cheers!

Easy Recipeazy

Easy Recipeazy

This was a group project focused on user ingredient selection for a nice meal or alcoholic beverage. Users click buttons to generate random meal/drink pairs, or individual meal and drink buttons. Then things get interesting!

Users can filter by ingredient. Every ingredient option generates from positively resolved Promise objects, which are stored and given one of 3 possible attributes. Users can select one or more ingredients to increase the likelihood of finding a meal/drink with that item, or they can click again to 'dislike' an ingredient, so that it filters out items with that ingredient.

Finally, below the cards are tabs (similar to the ones you see here holding Projects 1, 2, and 3). Each tab contains either an ingredient or recipe for the meal and drink you are looking for.

    Tools and Technologies Used:

  • HTML and JavaScript
  • Bulma CSS Framework
  • Two APIs
  • GitHub and VSCode