Simple Resturant System
Key Features:
-User authentication with Signup/Signin /logout options
-Responsive Design
-Add ,Like,Remove Order
-Order Cart
-Checkout Process
-Contact to your opinion
Tools:
-Redux:
Authentication: Redux can store and manage user login information, like whether a user is logged in and their details, across the website. This ensures that authentication data is accessible everywhere.
Order Cart: Redux helps track items added to the cart, quantities, and total prices. It keeps the cart's data consistent and available no matter which page the user is on.
Liked Orders: Redux can save and manage a list of orders the user has marked as "liked" or favorite, making it easy to display them in a dedicated section.
-Tailwind Css:
uses classes quickly without writing custom CSS, resulting in a professional and responsive user interface.