abdullah-asghar-khan / Recipe-App

This is a versatile recipe app developed with Ruby on Rails that not only allows users to browse a wide selection of recipes but also enables them to add new recipes and ingredients. The app includes a budget feature that shows the estimated cost of each recipe based on the ingredients used, making it easy for users.
4 stars 1 forks source link

Created Shopping List Page #15

Closed AsimKhan2019 closed 1 year ago

AsimKhan2019 commented 1 year ago

Created a general shopping list page, that displays the item's quantity and the total cost of the recipe, but the cost is not calculated, looking into that issue right now. Hopefully, it will be fixed.