A web application where when you enter a product name its barcode, you can see how healthy it is including its calories fat and salt content. It also provides the ingredient list, and if it matches your dietary needs and you’re not allergic to it you can safely eat it.
Additionally it allows you to compare products to determine which one is healthier.
- Searching through food api - Searching through food api's to check that someone is not allergic to a specfic food
- Comparing two products - Comparing two products to check which one is healthier
- Ingredients - Being able to see food ingredients
- React
- Node.js
- Next.js
- GSAP
- Tailwind.css
-
Clone the repository
git clone [REPO] cd myapp -
Install dependencies
npm install
-
Start the development server
npm run dev
The app will be available at
http://localhost:3000.