Skip to content

VeeAndrade/Saucy-Spoon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

192 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Saucy Spoon Recipe Website

Abstract

In this project, we created a recipe tracking / meal planning application that allows users to view their favorite recipes and plan shopping trips around them.

The project is broken up into small classes to demonstrate objects that have a single responsibility.

Test driven development has been used to drive code.

Timeline was 1.5 weeks from forking repo to submitting project.

Goals and Objectives

  • Implement a robust testing suite using TDD
  • Create a user interface that is easy to use and displays information in a clear way
  • Use object and array prototype methods to perform data manipulation

Setup

Clone down the forked repo (from your GitHub).

Once you have cloned the repo, change into the directory and install the library dependencies. Run:

npm install

To verify that it is setup correctly, run npm test in your terminal. All tests are set up to pass.

In Action

Home Page Screen Shot 2019-12-11 at 6 31 35 PM

Recipe Instructions Screen Shot 2019-12-11 at 6 32 38 PM

Contributors

Veronica Andrade : https://github.com/VeeAndrade
Kim McCaskill : https://github.com/kimmccaskill

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.9%
  • Other 1.1%