https://github.com/leoherrmann/blink
Prototype of an Android app for a grocery shopping service.
https://github.com/leoherrmann/blink
Last synced: 3 months ago
JSON representation
Prototype of an Android app for a grocery shopping service.
- Host: GitHub
- URL: https://github.com/leoherrmann/blink
- Owner: LeoHerrmann
- Created: 2023-07-22T12:47:37.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-22T15:43:50.000Z (almost 2 years ago)
- Last Synced: 2025-01-05T20:42:18.247Z (5 months ago)
- Language: Java
- Homepage:
- Size: 881 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blink
## Description
Prototype of an Android app for a grocery shopping service.
This project was realized as a part of the course "Human Computer Interaction" at Hochschule Darmstadt in collaboration with [TOPsti](https://github.com/T9310). Our task was to implement a given set of features. These features do not have to be fully functional. Instead we were asked to focus on high quality user experience.
This prototype supports three types of users:
- customers browse the products and place orders
- providers manage the products and pick-up orders
- deliverers manage delivery orders## Visuals
![]()
![]()
![]()
![]()
## Usage
When the app is started, a login mask opens. The entered username determines which part of the app you will see. Type
- "deliverer" to login as a deliverer
- the name of a provider such as Lidl, Rewe, Netto, ... to login as a provider
- any other name to login as a customerFeel free to play around :)