Skip to content

DigitalDiners/PantryPro

Repository files navigation

PantryPro

CMake codecov Codacy Badge Documentation JIRA Board Feedback

COSC345 Project Report

User Testing Questionnaire

UML Diagrams

Team Members

  • Luke Webb
  • Josh Lawson
  • Sola Woodhouse
  • Orion Soti

Seach for recipes!

Recording 2023-10-06 at 13 30 08

Browse based on ingredients!

Recording 2023-10-06 at 13 26 48

Add them to your planer!

Recording 2023-10-06 at 13 31 40 Recording 2023-10-06 at 13 33 40

Save Recipes for later!

Recording 2023-10-06 at 13 37 20

Build Instructions

  1. Ensure CMake is installed on your system
  2. Run the following commands in the terminal:
cd PantryPro
cmake -B build
cmake --build build --config Release
  1. Run the executable in the build folder