https://github.com/lukasvolgger/delivery-service
Simple delivery service website imitation of Lieferando for learning purposes.
https://github.com/lukasvolgger/delivery-service
browser css delivery-service html javascript lieferando lieferdienst lieferservice
Last synced: 2 months ago
JSON representation
Simple delivery service website imitation of Lieferando for learning purposes.
- Host: GitHub
- URL: https://github.com/lukasvolgger/delivery-service
- Owner: LukasVolgger
- License: mit
- Created: 2022-03-16T08:50:40.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-07T11:37:32.000Z (over 1 year ago)
- Last Synced: 2025-01-03T14:17:32.551Z (4 months ago)
- Topics: browser, css, delivery-service, html, javascript, lieferando, lieferdienst, lieferservice
- Language: JavaScript
- Homepage: https://delivery-service.lukas-volgger.dev
- Size: 10.5 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Delivery Service
This is a learning project from the Frontend Web Development course of the [Developer Akademie](https://developerakademie.com/).**IMPORTANT:** Please note that learning projects focus on the given tasks. It is therefore possible that some functions do not work or are not scripted.
**Table of Contents**
- [Delivery Service](#delivery-service)
- [Features](#features)
- [Preview](#preview)
- [Run the Application](#run-the-application)
- [1. Requirements](#1-requirements)
- [2. Clone the Source](#2-clone-the-source)
- [3. Start the Application](#3-start-the-application)
- [Feedback \& Support](#feedback--support)
- [License](#license)
- [Graphics](#graphics)
- [Source Code](#source-code)## Features
Here is an overview of the most important functions of the project.**Available Languages**
- German
**Functionality**
- Login menu is displayed
- Country selection is displayed
- Restaurant information can be displayed
- The favorites button can be toggled
- Menu categories can be selected and scrolled
- Product information is displayed depending on the dish
- Add/remove dishes to cart or edit them
- Possibility to add comments to the dish in the shopping cart
- Dishes in cart will be stacked when added again
- The minimum order value is variable and the order can only be executed once it has been reached
- An order confirmation is displayed when you click on >Bezahlen<
- Responsive Webdesign## Preview

---

---

## Run the Application
Follow these steps to run the application.### 1. Requirements
All you need is a web browser like one of the following:- [Google Chrome](https://www.google.com/chrome/)
- [Mozilla Firefox](https://www.mozilla.org/en-US/firefox/new/)
- [Microsoft Edge](https://www.microsoft.com/en-US/edge)### 2. Clone the Source
Clone the source code or download the repository on your local computer by clicking the **Code** button.``` bash
git clone https://github.com/LukasVolgger/delivery-service.git
```### 3. Start the Application
Navigate to the location on your computer where you cloned/downloaded the code. In the project directory, open the **index.html** file with a web browser.## Feedback & Support
Your feedback is invaluable, and I'm here to assist you with any questions or concerns. Your input plays a crucial role in enhancing the project and optimizing the user experience. Feel free to reach out to me:- **Feedback:** Share your thoughts, suggestions, or ideas with me so that I can continuously work towards improvement.
- **Support Inquiry:** If you encounter difficulties or need assistance, [create a new GitHub issue](https://github.com/LukasVolgger/delivery-service/issues/new). Please describe your issue in detail to enable me to provide quick and accurate support.
Thank you for your support!
## License
Please note the following license terms with regard to the graphics used and the source code.### Graphics
All graphics/images used are licensed under the Creative Commons license [CC0 Public Domain](https://creativecommons.org/publicdomain/zero/1.0/deed.en).
### Source Code
The source code is subject to the following license:[MIT License](./LICENSE.md)