A simple browser extension to check food ingredient lists for items you want to avoid. Just paste the ingredients, select your filters, and instantly see what's inside.
-
Manual Ingredient Pasting: Directly paste any ingredient list for immediate analysis.
-
Customizable Filters: Easily toggle filters for common concerns like Seed Oils, Artificial Colors, Preservatives, and more.
-
Privacy First: No sign-up required. All analysis happens directly in your browser. Your data is never sent to a server.
-
Persistent Settings: Your filter preferences are automatically saved in your browser's local storage, so they'll be there the next time you visit.
-
React: A modern JavaScript library for building user interfaces.
-
Tailwind CSS: A utility-first CSS framework for rapid styling.
To get a local copy up and running, follow these simple steps.
Make sure you have the following installed on your machine:
Clone the repository to your local machine: git clone https://github.com/deerwhisper2310/ingredient-inspector.git
Navigate into the project directory: cd ingredient-inspector
Install the necessary NPM packages: npm install
Start the local development server: npm start
The application will automatically open in your web browser at http://localhost:3000.
-
Find an ingredient list you want to analyze.
-
Copy and paste the list into the text area.
-
Select the categories you want to flag using the filter toggles.
-
Click the "Inspect Ingredients" button.
-
View the flagged ingredients in the results section below.
Any contributions are welcome and appreciated!