View on GitHub

fork-n-spoon

Martin&Nate's food app

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

Credits

Nethanel Kohen (contributor) Martin Pham (contributor)

License

This React app is under the MIT License.