In this video, I will show you how you can easily build recipe app / meals app using React i.e HTML, CSS & JavaScript. This app is using MealDB API for getting recipes data and this app has following features:
1. Home page will show list of meal categories and once you click on category it will load respective meals.
2. Once you click on meal it will navigate to meal details page where you can see image, meal details, ingredients and instructions.
3. Data is coming from MealDB API.
4. It displays loader when data is loading.
5. Responsive UI