Skip to content

Releases: ktkimura/cs361-lets-get-cooking

v2.2.1

16 Aug 22:02
770f3fa
Compare
Choose a tag to compare

UI touchups

Microservices B, C, D integration

16 Aug 21:45
35d3698
Compare
Choose a tag to compare

Adds two new features:

  1. Add recipe by hyperlink
  2. View expired ingredients (based on user's current UTC time)

Summary of Microservice functionalities:
B: Allows user to submit hyperlink and utilizes recipe-scrapers library to get recipe name, ingredients, and instructions from webpage
C: Edits the retrieved recipe ingredients to clean up any measurements and phrases to reduce list to purely ingredient names (for better compatibility with microservice A's ingredient comparison)
D: Allows user to check for expired ingredients in their pantry

v2.1.0

09 Aug 23:29
ae65653
Compare
Choose a tag to compare

Integrating "Microservice A" which allows text to display on recipe pages to communicate to user which ingredients they have in stock for that recipe's required ingredients and which ingredients they are missing based on their pantry.

v2.0.0

01 Aug 07:14
1808054
Compare
Choose a tag to compare

Decided to transition from using json-server to Express + Node.js for backend capabilities. This is crucial for handling future microservice integrations, and helped me get a better understanding of Express + Node.js

v1.0.1

30 Jul 01:25
Compare
Choose a tag to compare

Includes minor fixes to ViewRecipePage.js and App.css for readability.

v1.0.0

30 Jul 01:14
Compare
Choose a tag to compare

This release includes the basic functionalities of the website, and contains the code necessary to start up the website.