This project is a web-based application designed to showcase and allow users to order authentic Bangladeshi cuisine. The platform provides a user-friendly interface for browsing food items, checking availability, and placing orders. It highlights traditional Bangladeshi flavors while ensuring a seamless user experience.
Live Demo: https://reataurant-6e59a.web.app/
- Display a variety of Bangladeshi food items with details such as name, price, category, origin, description, and availability.
- Prevent users from purchasing items that are out of stock or exceed available quantities.
- Ensure users cannot purchase food items they have added themselves.
- Dynamic and responsive design built with React and Tailwind CSS.
- Real-time quantity updates and purchase restrictions.
- Food categorization for easy filtering and navigation.
- Clear error messages for invalid actions (e.g., attempting to purchase unavailable items).
- Simple and interactive user interface with seamless functionality.
- React: For building the user interface.
- Tailwind CSS: For styling the application and ensuring responsiveness.
- React Icons: For adding icons to enhance the UI.
- React Router DOM: For implementing navigation between pages.
- Context API: For state management of the shopping cart and wishlist.
- LocalStorage: For persisting user data such as cart and wishlist items.
- Axios: For making HTTP requests (if APIs are used in the project).
- Clone the repository:
git clone https://github.com/Shakil000/bd-food-ordering.git