A modern, responsive React application for KFC restaurant menu management with real-time search, cart functionality, and category filtering.
- Product catalog with categories
- Real-time search functionality
- Shopping cart management
- Responsive design
- Loading animations
- Points/rewards system
- Order history
- React.js
- Bootstrap
- React Hooks
- Local Storage
- CSS3
- Clone the repository:
git clone https://github.com/naveed-gung/kfc-lb.git
- Navigate to project directory:
cd kfc-lb
- Install dependencies:
npm install
- Start the development server:
npm start
Browse products by category using the navigation bar Search for specific items using the search bar Add items to cart View cart and checkout Manage favorites Track reward points
Fork the repository Create your feature branch (git checkout -b feature/AmazingFeature) Commit your changes (git commit -m 'Add some AmazingFeature') Push to the branch (git push origin feature/AmazingFeature) Open a Pull Request