Build a food recipe page using VueJs. The recipes data is acquired from themeadldb API. This page will show many food categories that then could show all the foods within categories, and finally the recipe of that food. It show not only the recipe but also a video tutorial to make the food. Stack :
- VueJs
- Vue Router
https://ahmadiqball.github.io/vue-foodpage
This pages shows some feature:
- Make an API call to food categories list that then could be clicked to make another API call to get food data within the categories.
- Display various page using vue router.
git clone https://github.com/ahmadiqball/cmlab-foodpage
npm install
npm run serve
npm run build
npm run lint