Skip to content

ahmadiqball/vue-foodpage

Repository files navigation

Food Recipes page

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

Github Pages

https://ahmadiqball.github.io/vue-foodpage

Features

This pages shows some feature:

  1. 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.
  2. Display various page using vue router.

Project setup

git clone https://github.com/ahmadiqball/cmlab-foodpage
npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published