iankiema / Recipe-App

Recipe App is based on Ruby Language and Rails framework which helps the user add food and recipes . You can choose to make recipes public.
MIT License
1 stars 0 forks source link

Final Recipe App #21

Open iankiema opened 11 months ago

iankiema commented 11 months ago

Overview This pull request encompasses the implementation of core features for the Recipe app, delivering a functional and cohesive user experience. The changes are a result of thorough work across multiple sprints, focusing on user authentication, recipe management, navigation, and inventory handling.

Key Features Implemented

Recipe Management (Sprint 2)

Recipe Details and Toggle Button (Sprint 3)

Navigation Menu (Sprint 4)

Food List

General Shopping List View Displayed missing food items for all recipes. Calculated the total count and price of missing items. Rigorous testing validates the accuracy of the general shopping list view. Displayed a user's inventories with CRUD functionality. Comprehensive tests guarantee the reliability of inventory-related functionality.

Inventory Details and Form (Sprint 8)

Provided detailed information on inventories. Created a user-friendly form for adding new food items to an inventory. Thorough tests ensure accuracy in inventory details and form functionality.

Recipe Details (Extended - Sprint 9) Implemented a modal for selecting an inventory to create a shopping list. Tests confirm the seamless functionality of the new modal.