ITBenni / himbeer-verfolgung-frontend

A simple web frontend for a RFID demo using Svelte

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Himbeer Verfolgung

A simple web frontend for a RFID demo using Svelte


πŸ’‘ About The Project

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.

🧭 Getting Started

To get a local copy up and running follow these steps.

Installation

  1. Clone this repository

    https://github.com/ITBenni/himbeer-verfolgung-frontend.git && cd himbeer-verfolgung-frontend
  2. Install NPM packages

    npm install

πŸ§‘β€πŸ’» Developing

To instantly see changes you make to the code, start a development server:

npm run dev -- --open

πŸ—οΈ Building

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).

🀝 Contributing

Any contributions are welcome :) If you find any errors or if you have feedback, please open an issue on Github.

πŸ“œ License

Distributed under the MIT License. See LICENSE for more information.

About

A simple web frontend for a RFID demo using Svelte

License:MIT License


Languages

Language:JavaScript 56.4%Language:Svelte 33.9%Language:HTML 5.5%Language:TypeScript 3.3%Language:CSS 0.9%