Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pandit0305/kfc_website

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.
https://github.com/pandit0305/kfc_website

css firebase javascript react reactjs

Last synced: 29 days ago
JSON representation

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.

Awesome Lists containing this project

README

        

# 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.
## Features:
#### Sign-in based on OTP
#### Show food based on Menu categories
#### Dynamic add to cart
#### Checkout payment
#### Add more item

## Tech Stack:
CSS | JavaScript | React js | firebase | Chakra UI

Vercel link
[https://kfc-app-pandit0305.vercel.app/](https://kfc-app-pandit0305.vercel.app/)

netlify link
https://magical-sunflower-3e45ce.netlify.app/

# Landing Page
### User can visit this page without login

# Home page
### This is home page of different category

# Menu page
### 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.