- Vue
- Vuex (State Management)
- HTML
- CSS
- Javascript
- MealsRecipeFinder helps in finding recipes for veg and non-veg meals online.
- It fetches 10 random meal recipes on every load.
- It can retrieve recipes of meals by their name.
- It can retrieve recipes of meals by their initial letter.
- It can retrieve recipes of meals by their ingredients.
To be able to use this web app, it needs an active internet connection. Since, data is being fetched from the api -> https://www.themealdb.com/api.php
visit --> https://meals-recipe-finder.netlify.app/
- VS Code + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).