GitHunt

๐Ÿฝ๏ธ React Ignition โ€“ Swiggy Clone

A simple food delivery frontend inspired by Swiggy, built using React.js. This app fetches real-time restaurant data using Swiggyโ€™s public API and supports filtering by search and top-rated restaurants.

Swiggy Clone Screenshot


๐Ÿš€ Features

  • ๐Ÿ“ก Live data fetching from Swiggy API (location-based)
  • ๐Ÿ” Search functionality to filter restaurants by name
  • โญ Top Rated filter โ€“ show only restaurants with 4.4+ stars
  • โšก Shimmer UI for loading effect
  • ๐ŸŽฏ Responsive layout using Tailwind CSS
  • ๐Ÿง  Custom hook (useHomeData) for data handling

๐Ÿ› ๏ธ Built With

  • React.js
  • Tailwind CSS
  • React Router DOM
  • Public Swiggy API Endpoint

๐Ÿงช How to Run Locally

git clone https://github.com/your-username/react-ignition.git
cd react-ignition
npm install
npm start