-This project is a food delivery web application built using React.js.
-Includes navigation links (Home, About Us, Contact Us, Cart), login/logout toggle, and online status indicator.
-Search bar for filtering restaurants, "Top Rated" button, and reset button.
-Displays all available restaurants with basic information.
-Clicking a restaurant card displays its menu categorized by item type.
-Users can add items to the cart (data from configuration).
git clone https://github.com//food-delivery-app.git
cd food-delivery-app npm install
npm start
This will typically start the server on http://localhost:3000 (or a similar port).