Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 1.36 KB

README.md

File metadata and controls

15 lines (10 loc) · 1.36 KB

QuickBites

This web application showcases a cloud kitchen website powered by the MERN stack. Users are presented with the option to easily select their preferred items, including pizzas, beverages, and more. They can click on any item to access detailed information such as pricing, available sizes, and customizable toppings. Users are also able to effortlessly add items to their shopping cart, where they have the flexibility to further customize their selections by choosing toppings and sizes.

Features

  • User-Friendly Design: Ensure an intuitive and responsive user interface.
  • User Registration and Authentication: Implement user registration and login functionality to allow users to create accounts and track their orders.
  • Menu Presentation: Organize the menu items into categories (e.g., pizzas, beverages, desserts).Include high-quality images, descriptions, prices, available sizes, and customizable options (toppings, sizes, etc.) for each item.
  • Shopping Cart: Create a shopping cart system that allows users to add, update, and remove items easily.
  • Mobile Responsiveness: Ensure the website is mobile-friendly, as many users will access it from smartphones and tablets.

Import Data

This task involves fetching data from a JSON file that contains images and details of items on a website. After fetching the data, it should be filtered and presented to the user.