In this app I'm using free third party API and build recipe and meal search application using Vue.js. By building this application I have learned how to interact with API, how to define parent and child routes in Vue.js, How to define layouts, how to create scalable file and folder structure, how to use Vue composition API and many other important things. For building this Interface I have used Tailwind css.
https://665d6dd67ea6b01362614798--zingy-choux-d1241f.netlify.app/## Installation
- Clone the repository
- Run
npm install
- Copy
.env.example
into.env
- Run
npm run dev
to start the application at http://localhost:3000