Recipe web app made in vanillaJS (and vite). Search through millions of recipes.
For local setup, fire terminal and:
git clone git@github.com:farbodvand/forkify.gitThen:
cd forkifyInstall deps:
npm installUpdate .env.example file found in the root directory with your own key and rename it to .env, then run:
npm run dev