Search food products with this generic search website, using OpenFoodFacts API.
This is a recreation of the first website I've built, which is horribly called as the Unnamed Food Data Search and was built using an earlier version of SvelteKit.
- Go to your preferred directory
- Open your terminal and execute
git@github.com:laazyCmd/food-product-search.git
- Import the project using your preferred IDE
- Open a terminal inside the project folder and run
npm install
- After installing packages, run
npm run dev
to see if successful