Web Project: Recipe Arsenal

Live Project

Technologies: JavaScript, Node, WebPack, Babel

ABOUT:

Food Arsenal is a Web Application for searching different types of recipes based on the user input. The user can enter a food query such as soup, pizza, or cheese, and the application will fetch data from an API with curated results. The user then can see the ingredients that make up the recipe and customize how many servings they want, and lastly, the user can add the item to their cart to simulate a purchase.

WHAT I LEARNED:

I learned tremendous amount of frontend and API knowledge while developing this project. I learned how to configure Webpack and babel for a development environment. I enhanced my knowledge of Model View Controller pattern by separating specific functionality throughout the application, lastly, but certainly not the least, I've improved my UI skills and creating UI content based on events.