Wallaby is a recipe finding app that allows people to search a food, like chicken, and then a bunch of recipe's involving chicken will show up. This was a project made with HTML, CSS, Bulma, and JavaScript using two API's and making them co-exist together beautifully...This was also a project for U of O Coding Bootcamp.
"Welcome to Project 1! This is an important step in your full-stack journey as you will now use your newly acquired skills and knowledge to build web application from scratch. With your team, you will conceive and execute a design that solves a real-world problem by integrating data received from multiple server-side API requests. Because you will be working collaboratively, you will learn agile development methodologies and implement feature and bug fixes using the git branch workflow and pull requests." - Someone who wrote the fullstack bootcamp instructions
Given I am user who wants to find recipes When I enter the name of a dish and click the search button Then I am presented with a list of recipes
Given I am a user who views a list of recipes When I click on one recipe Then I am presented with the selected recipe
Given I am a user who wants to prepare a recipe When I view a recipe Then I also view ingredients for that recipe
Given I am a user who wants information about nutrition When I view ingredients for a recipe Then I am presented with nutrition facts for these ingredients
Had to change ideas because of bad API's. Originally going to be an app for WalMart or Amazon
Worked as a team and had fun. At least I did.
I beleive we made a really good app for a two week project. The functionality is there and you can find what you are looking for. There is also a lot of room for future development.