Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/pandit0305/kfc_website
- Owner: pandit0305
- Created: 2022-11-21T15:49:43.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-19T16:33:14.000Z (about 1 year ago)
- Last Synced: 2023-11-19T17:31:30.960Z (about 1 year ago)
- Topics: css, firebase, javascript, react, reactjs
- Language: JavaScript
- Homepage: https://kfc-app-pandit0305.vercel.app/
- Size: 2.28 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 UIVercel 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.