CS633SP23Team4 / magic-kitchen

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.

Home Page:https://magic-kitchen.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://magic-kitchen.vercel.app/

License:MIT License


Languages

Language:TypeScript 82.8%Language:JavaScript 16.7%Language:HTML 0.4%Language:CSS 0.1%