About Application | Interfaces | Stacks | Run APP | Motivation |
This is an application that shows in practice the use of the RFID Reader. Make data queries and records just by approaching a card. Here a component,
rfid-reader-input
, was used to input data from the RFID Reader, providing a better experience for the user.
Registered employees list |
---|
Registration screen |
---|
Active employee list and RFID input data capture component |
---|
TypeScript
(TypeScript is a specially typed programming language that builds on JavaScript, offering better tools at any scale.)
Create
Read
Update
Delete
rfid-reader-input
(Biblioteca utilizada para otimizar a busca, armazenamento em cache e atualização dos dados remotos)tailwindCSS
(Rapidly build modern websites without ever leaving your HTML.)react-modal
(Floating window)
- Clonar repositório:
git clone https://github.com/DIGOARTHUR/rfid-application-demo.git
- Instalar dependências
yarn install
- Rodar aplicativo
yarn dev
- Acesse
http://localhost:3000/
e navegue pelo site
5.1 Ver qual o repositorio atual
git remote -v
5.2 Mudar a URL do repositorio remoto
git remote set-url origin <LinkDoNovoRepositorio>
5.3 Verifique se a mudança foi realizada
git remote -v
In my current work, there is a system using this RFID Reader technology. I observed it for a while and then decided to reproduce it using the knowledge I had and what I researched.
Love rfid-application? Give our repo a star ⭐ ⬆️.
by
: @digoarthur