Skip to content

DrSLMac/pantry-to-pan

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

From Pantry to Pan

Introduction

  • When it comes to getting meals on the table, using this app will inspire your culinary senses and help you become the chef you've always wanted to be.
  • The purpose of this project was to allow students to practice some of the foundational concepts learned so far within the module. There are other extensions that test different skills that we can build on. The project allowed us to personalize/entertain different ideas with HTML/CSS as well as the functionality(JavaScript) behind the web page created.

Set Up

Backend Set Up

  1. Go to this repository
  2. Follow set up instructions.

Frontend Set Up

  1. Clone this repository to your local machine
  2. In your terminal, run:

npm install

npm start

  1. Enter the following url in your browser: http://localhost:8080/
  2. Enoy the app!

Technologies

  • Javascript
  • HTML
  • CSS
  • TDD (Mocha/Chai)
  • Fetch API

Illustration

Screen Shot 2022-07-18 at 11 28 03 PM

Features

  • Filter recipe options by meal category, type of meal or dish by clicking a checkbox.
  • Save recipes for later usage.
  • Return back to view all recipes
  • Use filter features among the save recipes

Deployed Page

Visit our published From Pantry to Pan site! here

Possible Future Extensions

  • A login page would be a great addition, allowing a user to log in to a page account and keep track of their save recipes.
  • Adding in transitions via CSS would have appreciated.

Sources

Contributors

Project Specs

  • The project spec & rubric for Part 1 can be found here
  • The project spec & rubric for Part 2 can be found here

Project Management

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.6%
  • CSS 1.4%