This recipe-app is made in Typescript/React + Vite. It leverages the spoonacular api. To use this app you need to:
- clone
- change the
.env copyto.env - go to spoonacular and create your own api key.
- set the
VITE_API_KEYvalue to your own api key. npm installnpm run dev