Online Food Ordering App
This is a responsive Online Food Ordering application built using React.js, Tailwind CSS, and Redux Toolkit. It provides a seamless user experience for ordering food online. The app includes functionalities such as adding food to the cart, removing food from the cart, and checking out orders. It also utilizes react-toast for notifications and react-redux for state management.
Features
- Add Food to Cart: Users can browse the menu and add food items to their cart.
- Remove Food from Cart: Users can remove individual items from the cart.
- Delete All Items from Cart: Users can clear the entire cart with one action.
- Order Food: Users can proceed to checkout and place their order.
- Responsive Design: The application is fully responsive and works well on all devices.
Tech Stack
- React.js: JavaScript library for building user interfaces.
- Tailwind CSS: Utility-first CSS framework for styling.
- Redux Toolkit: State management library for managing app state.
- React-Redux: Official React bindings for Redux.
- React-Toastify: Library for showing toast notifications.
Authors