Skip to content

Repository files navigation

Agentic Recipes

Scaffolded Vue 3 + TypeScript + Vite project with TailwindCSS. This app uses the DummyJSON Recipes API (https://dummyjson.com/docs/recipes) to search and favorite recipes.

Getting started

  1. Install dependencies:
# using npm
npm install

# or using pnpm
pnpm install
  1. Run the dev server:
npm run dev
  1. Open http://localhost:5173

Notes

  • Favorites are stored in localStorage under key agentic:favorites.
  • The API service uses axios and points to https://dummyjson.com. No API key required.

Next steps (suggestions)

  • Implement recipe detail route (/recipes/:id)
  • Add unit tests for services and components
  • Improve filters (ingredients, servings, etc.) based on actual API fields

About

A completely vibe-coded application using github co-pilot in vscode.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages