Skip to content

A web application that scans ingredient barcodes and lists recipes that use it

License

Notifications You must be signed in to change notification settings

nethanelkohen/fork-n-spoon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub top language GitHub issues GitHub pull requests License (3-Clause BSD)

Fork n Spoon


Find Some Food!

A React app created by Nethanel Kohen and Martin Pham that that allows users to scan the barcode of a product/ingredient (or manually enter) which then renders a list of ingredients, recipes and nutrition facts of dish.

Find it here


Getting Started

$ git clone https://github.com/martinliempham/fork-n-spoon.git
$ cd fork-n-spoon
$ npm install
$ npm start

Project Structure

    ├── App.jsx         ## Begins navigation
    ├── App.css         ## Holds App CSS
    ├── index.js        ## Handles Expo render data
    ├── src         ## React source code
    │   ├── components     ### React components
    │   │     └── #### BarcodeRead.jsx
    │   │     └── #### Ingredients.jsx
    │   │     └── #### Logo.jsx
    │   │     └── #### Nutrition.jsx
    │   │     └── #### QuaggaScan.jsx
    │   └── img     ### Images (png,jpg)
    └── public     ## Any shared components
        └── index.html     ### Renders HTML
        └── manifest.json     ###

What's Inside

React

QuaggaJS

Edamam API

Spoonacular API


Inspiration

  • Lose It - Barcode scanning feature

Credits

Nethanel Kohen (contributor) Martin Pham (contributor)

License

This React app is under the MIT License.

About

A web application that scans ingredient barcodes and lists recipes that use it

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 81.0%
  • CSS 12.1%
  • HTML 6.9%