ummagohil / Food-Prep-App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🥘 Meal Prep App

This basic app enables the user to add, edit and delete each row of the table.

The data is fed into the app through a fake server provided by Typicode.

📋Aims of App

  • Get a basic understanding of how Vue.js works
  • Enable to add, edit and delete rows
  • Feed data into the app through external source

👩‍💻Technical Details

  • Vue.js

🔧How to Run the App

  • If you don't have Vue installed, run npm install vue and then yarn global add @vue/cli @vue/cli-service-global
  • Run yarn and then yarn serve in your terminal
  • Head over to localhost:8080

💭Future Improvements

  • Change date to a date picker
  • Add a new field for ingredients
  • Change meal type to a drop down menu

About


Languages

Language:Vue 86.9%Language:HTML 10.0%Language:JavaScript 3.0%