Skip to content

ItsReallyLucifer/Vegetarian-Checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vegetarian Food Checker

Description

The Vegetarian Food Checker is a handy application designed to help users determine whether a food product is vegetarian-friendly or not. Users can enter a UPC barcode number (12 digits), and the application provides a list of ingredients, highlighting each ingredient's vegetarian status as "Yes," "No," or "Maybe."

Features

  • Barcode Scanner: Easily scan and enter a 12-digit UPC barcode number from food packaging.

  • Ingredient Analysis: Receive a detailed list of ingredients present in the product.

  • Vegetarian Status: Each ingredient is assessed and highlighted with its vegetarian status.

    • "Yes" Indicates that the ingredient is vegetarian-friendly.
    • "No" (Highlighted in red): Indicates that the ingredient is not vegetarian.
    • "Maybe" or "unknown" (Highlighted in yellow): Suggests that the vegetarian status of the ingredient is unclear.
  • Informative Content: Access additional information about vegetarianism and common non-vegetarian ingredients to make informed choices.

Demo

To try out the "Vegetarian Food Checker" application, please visit https://vegetariancheckapp.netlify.app/

Dependencies

  • [UPC Database or API]: Used to fetch product information based on the scanned UPC barcode.

Contributing

We welcome contributions from individuals passionate about promoting vegetarian-friendly food options. If you have ideas to enhance the application's functionality or improve its database of ingredients, consider contributing in the following ways:

  1. Open an issue to discuss your proposed changes.
  2. Submit a pull request to actively contribute to the project.