Recipe Searching Application using Vanilla JS.
Created a recipe searching application that fetches the recipe based on user input and provides the ingredients and cooking instructions. Made us of the MVC Architecture as well as Webpack for bundling everything and Babel to convert ES6+ JS code into compatible version for older browsers.
- HTML5
- CSS3(Pre-processor: SASS)
- JS(ES6+)
- Webpack
- Babel