Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 766 Bytes

README.md

File metadata and controls

32 lines (17 loc) · 766 Bytes

Frontend for AppFall Webapp from the Münster Hackathon 2022.

We did a good 3rd place and also won 2nd for the audience award.

What is this?

An app to get infos how to dispose items. What belongs where. It is mainly in German and the recycling workflows you find in Germany. However it has i18n support.

The Backend code for the app can be found here:

https://github.com/lagmoellertim/appfall-backend

See a Video of how it works here (German): https://youtu.be/aIquklnh8g4?t=4923

The App has 3 different ways to find the introduction for an item

  • Fuzzy Search
  • Assistent graph based attributes (Question-Answer system)
  • Image detection of an image

Developing

First execute npm install to install dependencies

then

npm run dev