Skip to content

Latest commit

 

History

History
executable file
·
50 lines (33 loc) · 1.41 KB

README.md

File metadata and controls

executable file
·
50 lines (33 loc) · 1.41 KB

Food Delivery Web App with React.js

-This project is a food delivery web application built using React.js.

Features:

Header:

-Includes navigation links (Home, About Us, Contact Us, Cart), login/logout toggle, and online status indicator.

Search:

-Search bar for filtering restaurants, "Top Rated" button, and reset button.

Restaurant Cards:

-Displays all available restaurants with basic information.

Restaurant Menus:

-Clicking a restaurant card displays its menu categorized by item type.

Cart:

-Users can add items to the cart (data from configuration).

Technology Stack:

React.js, Redux Toolkit, Parcel, Babel, React Testing Library, Jest.

Swiggy API (for restaurant data and their menu data)

Running the Application:

Clone this repository:

git clone https://github.com//food-delivery-app.git

Install dependencies:

cd food-delivery-app npm install

Start the development server:

npm start

This will typically start the server on http://localhost:3000 (or a similar port).

Additional Notes:

This is a basic implementation and will be enhanced with additional features like:

- Checkout process (order details, payment options, confirmation)

- Order history

- Ratings and reviews

- User accounts and personalization

- Integration with delivery services and payment gateways

- Advanced filtering and sorting options