translates the recipe entered in Turkish into English with an intermediate service and extracts the necessary information through the edamam api. then localization the incoming information into Turkish.
- svelte kit
- flowbite ui with tailwindcss
- svelte tabler icon set.
- dark and light mode support
- progressive web app (pwa) activated.
- server side render does not expose your api keys.
- libre translate can host anywhere you want or use google translate
- i18n localization.
you need create an .env file in the root folder and specify the keys to be used in the api.
PRIVATE_EDAMAM_APPID=***************************
PRIVATE_EDAMAM_APKEY=***************************
# if you are using with key
PRIVATE_LIBRE_TRANS_APIKEY=***************************
install dependencies:
npm install
start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
To create a production version of your app:
npm run build