/final-project-waffles

final-project-waffles created by GitHub Classroom

Primary LanguageJavaScript

CS290 Final Project

Description: Implement a basic website using skills and resources introduced throughout the term.

Our Implementation: A simple recipe website that allows users to add and delete recipes from those stored on the server. Users may click on a recipe card to open full recipe details in a new tab.

Dependencies: node.js, express

Planned and Possible Features

Removing recipes

Implemented Features

Adding recipes (locally) Searching recipes Multiple categories for recipes to be assigned. Compatibility with local server (somewhat).