Skip to content

WebApp that gives the user a list of different recipe ideas given what the user has input for ingredients along with any dietary and/or time constraints.

License

Notifications You must be signed in to change notification settings

CS633SP23Team4/magic-kitchen

Repository files navigation

Magic Kitchen

Magic Kitchen is a Web App that gives the user a list of different recipe ideas given what the user has input for ingredients along with any dietary and/or time constraints.

Getting Started with Development

Important:

  • Run all the commands from the top level directory.
  • Use npm, not yarn.
  • Use zsh, not bash

Install Dependencies

You can install the dependencies (including node 20) by running:

brew bundle

Install the node-dependencies and the workspaces:

npm install

Develop Site in Workspace

To run the site in develop mode:

npm run start

You make then view Magic Kitchen in the web browser: http://localhost:3000

To test the site with the firebase emulator:

npm run build
firebase emulators:start

About

WebApp that gives the user a list of different recipe ideas given what the user has input for ingredients along with any dietary and/or time constraints.

Topics

Resources

License

Stars

Watchers

Forks