Food Quest is a React-based food ordering application utilizing Swiggy's public API, featuring a seamless user experience with functionalities like search, add to cart, and checkout. The project integrates powerful tools such as Redux for state management and Tailwind CSS for responsive design, delivering a modern and efficient interface.
- Restaurants List: Users can view a list of available
Restaurants
on the home or landing page. - Restaurant Search: Users can search for a specific
Restaurant by Name
within the listed restaurants. - Restaurant Details and Menu: By clicking on a specific restaurant, users can view detailed
information about the Restaurant
along with a list ofMenu items
. - Add To Cart Functionality: On the restaurant details page, users can
Add menu items
to their cart. On the cart page, users canadjust the quantity
of items and proceed toCheckout
to place an order.
- Library: React Js
- Language: JavaScript
- Styling: Tailwind Css
- Node
- npm
- Download Zip or Clone the repository
git clone https://github.com/muhammedadil1024/food-quest-cart.git
cd food-quest-cart
- Install all dependencies:
npm install
- Start the app:
npm run dev
- Email: [email protected]
- GitHub: Muhammed Adil
- LinkedIn: Muhammed Adil
Thank You!