This project is about Themealdb Meals API with Vue3
, Vux
, Vue Router
, axios
and also used Vue3 Burger menu
for mobile
- Show random Meals on home page
- Meals by name with search functionality
- Meals by letter
- Meals by ingredient
- After clicking on ingredient show all meals related to it
- Also has responsive for all devices
npm install
npm run serve
This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 <script setup>
SFCs, check out the script setup docs to learn more.
- VS Code + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).