Skip to content

ARXXIII/search-meals

Repository files navigation

Recipes Search App - Vue 3

Recipes Search app built with Vue 3 + Tailwind CSS + API + Vite

Screenshots

screenshot

Getting Started

  • Clone repository and cd into it
  • Create .env in source folder
  • In the .env file, paste the as follows:
VITE_API_BASE_URL = https://www.themealdb.com/api/json/v1/1/
  • Install the dependencies and run the dev server
npm i
npm run dev

Resources