We have clone of KFC ecommerce application. The clone explain each menu item just like real site. To maintain the add to cart functionality, I have used reducer to manage the state.
JavaScript
KFC_WEBSITE_clone
We have clone of KFC ecommerce application. The clone explain each menu item just like real site.
To maintain the add to cart functionality, I have used reducer to manage the state.
Here user can find menu having different categories and also add these item in cart
Login Page
User can login with mobile no and receive otp on that number, But this functionality will work on localhost. This functionality is created with the help of firebase.
Add to cart page
In this section user can see added items and also able to increase the number of items that they want to order.