Projects
Forkify
MVC Architecture
I implemented the model-view-controller architecture when building this project as part of a JavaScript course I enrolled in. This helps make the application scalable and maintainable.

Functionalities
The application allows the users to search, save and send the URL of recipes to others. It is a single-page-application the relies on vanilla JavaScript

Polyfilling
Polyfiling helps convert next-gen JavaScript to be compatible on older browsers, I did so by using Babel in this project
