It is a web-based recipe application that allows users to search for recipes, view them, and bookmark selected recipes (which are then saved locally).
It is built with JavaScript, HTML, CSS, and bundled using Webpack. The MVC pattern is used to organize the code. Recipe data is fetched from the Edamam API.
git clone https://github.com/dariusspr/recipe-book.git
cd recipe-book
npm i
npm start