Closed yogeshtakeo closed 1 year ago
Team 1: @kenneth-ee-t @sushilkhanal
Correclty shown the data and the Modal is also correct so the Recipe Blog meets is criteria
Marks : 10
Team 2 : @Sanjay2111 @jyotibaskota
The Implementaion is good but a better UI and UX will be better. Try looking at other options from flowbite
Marks : 8
Team 3: @Bhabishaphuyal6 @jayaprakashshrestha
The Tasks is to make a correct UI with Flowbite with tailwind CSS . How ever the recipe is shown according to the data and all the steps are shown
Marks : 5
Topics Covered:
React JS , Axios Library , Form Validation , Array Methods , Handling API endpoints
Description: You are tasked with creating a recipe blog in React. The blog should have a home page that displays a list of recipes, and a recipe detail page that shows the ingredients and instructions for each recipe. Users should be able to add new recipes and edit existing ones.
Requirements:
Bonus features:
Implement a filter for displaying recipes by category (e.g. appetizers, entrees, desserts) ( you can use the `array.filter((arraydata,index)=>{}) method to search for it
Good luck!
Hint : Place the data in .json file and import it as you import any other file component you import
import recipe from './recipe.json'
copy the data below and place it into recipe.json