Skip to content

lochansaroy02/FoodHub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FoodHub 🍔🍕

FoodHub is a React-based web application that lets users explore and order food items from various categories. It features an accordion layout, responsive design, category filtering, search functionality, and a shopping cart. The app fetches live data directly from Swiggy's API and incorporates Redux for state management.

Features 🚀

  • Accordion layout for a clean and organized UI.
  • Responsive design for a seamless experience on different devices.
  • Category filter to easily browse and find specific types of food.
  • Search functionality to quickly locate your favorite dishes.
  • Add to cart feature to keep track of selected items.
  • Live data fetched from Swiggy's API for up-to-date menu information.
  • State management using Redux for efficient data handling.

Demo 🌐

Check out the live demo of FoodHub Live Demo

Getting Started 🛠️

Follow these steps to set up and run the FoodHub application locally:

  1. Clone the repository:

    git clone https://github.com/lochansaroy02/FoodHub.git
    cd FoodHub/React
    

Run Locally:

    npm start