This application is to search meals by a mixture of the below conditions : . Name . Meal Category . Area . Ingredient You can view a detailed description by clicking a searched meal in the list. You can click a like button in the detailed description to save it for later use.
This application consists of HTML, CSS, and JavaScript, and used TheMealDB public API.
- Run
json-server --watch db.json
to fetch the favorite meals - Run
explorer.exe index.html
to open the index.html file on your browser
Video Walkthrough: https://youtu.be/wg1q74aP5uM
All the meal data used in this application are from TheMealDB public API.