This is a small web application built using HTML, CSS, and JavaScript that allows users to place food orders, view their orders, remove orders, and search for food items by category. The application stores the orders in the browser's local storage, ensuring that the orders are not lost even after refreshing the page. The app provides a seamless user experience for ordering food online.
- Order food items by clicking the "Order" button.
- View the list of ordered food items on the "Orders" page.
- Remove unwanted food items from the order list.
- Search for food items by category (e.g., breakfast, dinner, lunch).
- Persist order data in the browser's local storage.
- Display the total number of orders.