Projects with this topic
-
-
Meal Explorer is a React-based web application that interacts with the public API TheMealDB.
✨ Features: Search for meals by name using the API.Browse meals by categories provided by TheMealDB.
View detailed information about each meal, including ingredients and instructions.
Keep a local history of previously searched meals (stored in local storage or IndexedDB), so they are available even after a page refresh.
Update cached meals if the same meal is searched again.
🔧 Technologies: React + TypeScriptRedux (for global state management)
Local storage / IndexedDB for caching
Fetch API for external requests
React Router for navigation
🌍 API Source: All meal data comes from TheMealDB, a free open API providing recipes, meal details, and category data.Updated -
A simple vue3 app that displays my banking info which is served as json (separate project)
Updated