Create an online ordering system for a fictitious Turkish restaurant called Tursh using HTML, JavaScript, and CSS. Create a home menu with an image of the eatery displayed on the screen, and add a background cover. Add five menu items: Mant, Köfte, Lahmacun, Menemen, and Skender Kebab. Include a brief description of each dish and include JavaScript for two or three servings. The most dishes are five. Write about the restaurant's history, opening in the 1980s, and its evolution. Explain how the restaurant prepares food the same way it always has and offers genuine cuisine. In the checkout, be inventive and allow customers to withdraw items at any time. Get the customer's name, email address, and address before asking for delivery or pick-up. Create a Java option for this and include the food's weight for accurate pricing. Tint the CSS to give the system a Turkish feel. Add a button for "Send Order," stating that the order has been delivered.
Create an online ordering system for a fictitious Turkish restaurant called Tursh using HTML, JavaScript, and CSS. Create a home menu with an image of the eatery displayed on the screen, and add a background cover. Add five menu items: Mant, Köfte, Lahmacun, Menemen, and Skender Kebab. Include a brief description of each dish and include JavaScript for two or three servings. The most dishes are five. Write about the restaurant's history, opening in the 1980s, and its evolution. Explain how the restaurant prepares food the same way it always has and offers genuine cuisine. In the checkout, be inventive and allow customers to withdraw items at any time. Get the customer's name, email address, and address before asking for delivery or pick-up. Create a Java option for this and include the food's weight for accurate pricing. Tint the CSS to give the system a Turkish feel. Add a button for "Send Order," stating that the order has been delivered.
follow these instructions:
- Creativity Requirements:
- Use a visually appealing and intuitive design throughout the application.
- Incorporate relevant and attractive images to enhance the user experience.
- Implement unique and engaging features to differentiate the application.
2. 3-Column Layout:
- Utilize a responsive 3-column layout to ensure compatibility across different screen sizes and devices.
- The layout should adapt and stack the columns vertically on smaller screens.
3. HTML Table:
- Display the menu items using an HTML table, providing a clear and organized presentation of available options.
- Include relevant details such as item name, description, price, and any special dietary information.
4. Web Forms:
- Implement various web form elements, including text inputs, radio buttons, checkboxes, labels, and buttons, to facilitate the ordering process.
- Allow users to enter their name, contact information, delivery address, and any specific instructions or preferences for their order.
- Use radio buttons or checkboxes for selecting additional options, such as toppings or sides.
5. JavaScript:
- Utilize JavaScript to perform computations, such as calculating the total cost of the order based on the selected items and quantity.
- Implement dynamic updates to the order summary and total cost as the user selects or modifies their choices.
6. localStorage:
- Store the order details in the browser's localStorage to enable persistent data storage.
- Retrieve and display previous orders or user preferences when revisiting the website.
7. Loop and Array:
- Use loops and arrays to handle multiple menu items and their corresponding details efficiently.
- Iterate over the menu items to generate the HTML table dynamically.
8. External CSS:
- Implement an external CSS file to separate the styling from the HTML code for better organization and maintainability.
- Utilize CSS classes and selectors to apply consistent styles across the application.
9. Media Query: (related to #2 requirement)
- Utilize media queries in CSS to create a responsive design that adapts to different screen sizes and orientations.
- Ensure that the application is visually appealing and usable on both desktop and mobile devices.
10.
- Pages:
- Landing Page: Introduce the restaurant and highlight its key features and offerings.
- About Us Page: Provide information about the restaurant's history, values, and mission.
- Menu and Ordering Page: Display the restaurant's menu with the ability to select items, customize options, and add them to the cart.
- Checkout Page: Present a summary of the selected items, total cost, and allow users to provide delivery details and submit the order.
good luck and thank you
Step by step
Solved in 4 steps