A simple web frontend for a RFID demo using Svelte
This is a very simplistic project to demonstrate the possibilities of RFID technology. It uses Svelte and Tailwind to display a dashboard that visualizes movement of RFID tags.
It is intended to be used in the lecture "Soziotechnische Studien: Container, Paletten, Verpackungen" taught by Prof. Dr. Martin Binder at PH-Weingarten.
The project should be used in conjunction with this RESTful backend and this RFID reader.
To get a local copy up and running follow these steps.
Clone this repository
https://github.com/ITBenni/himbeer-verfolgung-frontend.git && cd himbeer-verfolgung-frontend
Install NPM packages
npm install
To instantly see changes you make to the code, start a development server:
npm run dev -- --open
To create a production version of the project run:
npm run build
The production version consists only of static Javascript/HTML/CSS files that you can put on any webspace. You don't need to install any additional software (aside from a webserver).
Any contributions are welcome :) If you find any errors or if you have feedback, please open an issue on Github.
Distributed under the MIT License. See LICENSE for more information.