
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.
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




Inspiration

- Lose It - Barcode scanning feature
 
Credits
Nethanel Kohen (contributor) Martin Pham (contributor)
License
This React app is under the MIT License.