Romato is a comprehensive E-commerce platform designed for food delivery. It features a seamless user experience from browsing delicious meals to managing a shopping cart and proceeding to checkout.
🌐 Live Demo: https://itsromato.netlify.app
- Dynamic Food Menu: Browse a wide variety of dishes categorized for easy navigation.
- Shopping Cart System: Add, remove, and update item quantities in real-time.
- User Authentication: Secure login and signup for personalized experience.
- Admin Dashboard: (Optional - if you built it) Manage food items, prices, and categories easily.
- Search Functionality: Quickly find your favorite dishes.
- Responsive Design: Optimized for mobile, tablet, and desktop using Tailwind CSS.
- Frontend: React.js
- Styling: CSS
- Data Management: Local API / Mock Data (Integrated within Frontend)
- State Management: React Context API / UseState (for Cart Logic)
- Deployment: Netlify
- Local API Integration: Instead of an external database, the project uses a structured local JSON-based API to manage food items and categories.
- Cart Logic: Developed a custom logic to handle add-to-cart, remove-to-cart, and price calculations directly within the React state.
- Dynamic Rendering: The UI automatically updates and filters menu items based on the local data file.
- Clone the repo:
git clone [https://github.com/itsrkdev/Romato-Ecommerce.git](https://github.com/itsrkdev/Romato-Ecommerce.git)