A simple React app built with React.
- This project has some different routes. They are Home, Contact, Blog and a Login route
- Home route is our Homepage which initially loads Six Chef Details and renders 4 componens. They are Banner component, ChefInfo Component, FeaturedRecipe Component and Testimonials component.
- HomePage contains a 'View Recipes' button, Onclick this button redirects you to a recipedetails route shows all recipes of the specific chef.
- Recipedetails route renders some chef info and 3 best dishes of that chef.
- Each dish card have an 'Add to favourite button'. Clicking on this button will add that dish to your favourite dish list. and that button will be disabled.
- Contact route will take you to the contact us page.
- Blog route answers 4 basic questions.
- Undefined routes will take you to our ErorPage.
Tailwind Library -> daisyUI
Icon -> React Icons
Hosted in Firebase -> https://chef-master-auth-firebase.web.app/
Repo Link -> https://github.com/programming-hero-web-course-4/b7a10-chef-recipe-hunter-client-side-Barkatzx