/pineapples

Because pineapples!

Primary LanguageJavaScript

Pineapples!

Pineapples! is an easy to use chrome extension that allows the user to search up something they crave in their food and will search for recipes relating to the food using the Food2Fork API. It allows the user click and redirect to the original recipe page and also allows the user to bookmark the recipe to view later!

Check it out! - Pineapples!

Upcoming Features

Issues:

  • Saved bookmarked cookies expires after quiting browser.

Contributing

Fork the repo

Start with the 'develop' branch

git checkout develop

Open a new branch

git checkout -b <some good branch name>

Make your changes and commit them with a good message

git add --all
git commit --verbose -m "A good commit message"

Push up the changes

git push origin <branch-name>

Lastly, make a pull request: https://help.github.com/articles/using-pull-requests/

*** Remember to pull in new changes from the upstream before pushing! ***