Skip to content

tmarmstead/Grocery-list

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

143 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grocery-list

The Grocery list application will help any user upon all their grocery excursions. The user can simply log what they need to buy onto their list and once it's purchased, they will be able to move it to their fridge list. The user has the ability to move it back and forth for future grocery trips, and may also delete the item if it's no longer needed. On top of the grocery list, the user will be able to search up recipe ideas based on the ingredients they have/need.

Table of Contents

General Info

Grocery list meets the following criteria:

GIVEN I am using a grocery helper app
WHEN I search an item I want to purchase
THEN I am presented with options to click on based on my input
WHEN I click on the item I want to purchase
THEN I am presented with the chosen item added to my list
WHEN I make a mistake and want to edit the item I chose
THEN I hit the edit button, make my changes, and hit edit again to save the changes
WHEN I change my mind and decide not to purchase chosen item
THEN I hit the delete button
WHEN I purchase the item from the list
THEN I mark the checkbox next to it and it is pushed to 'What's in my Fridge'
WHEN I am finished with an item in my fridge and want to add it to my grocery list for next time
THEN I mark the checkbox and it is pushed to 'What to buy...'
WHEN I am finished with an item in my fridge
THEN I hit the delete button WHEN I want to search a recipe
THEN I type the ingredients into the search bar

Link to Deployed Application

https://the-grocery-list.herokuapp.com/

Technologies

This project is created with:

APIs used:

Summary

An app to help you with all your grocery shopping trips; You can add to your shopping list, keep track of what's in your fridge, and most importantly, whip up a delicious recipe with what you have!

Image

Home page

Authors

About

An app to help you with all your grocery shopping trips; You can add to your shopping list, keep track of what's in your fridge, and most importantly, whip up a delicious recipe with what you have!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 76.7%
  • HTML 12.9%
  • CSS 10.4%