Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/digoarthur/rfid-application-crud

Application that shows the use of RFID Reader technology, together with ReactJS and Firebase Stacks. The rfid-reader-input component is used to capture data input from the Reader.
https://github.com/digoarthur/rfid-application-crud

firebase npm-package reactsjs rfid-reader

Last synced: about 2 months ago
JSON representation

Application that shows the use of RFID Reader technology, together with ReactJS and Firebase Stacks. The rfid-reader-input component is used to capture data input from the Reader.

Awesome Lists containing this project

README

        

![image](https://github.com/DIGOARTHUR/rfid-application/assets/59892368/0965893c-fcaa-4234-b1b8-93ec391c7007)








RFID Application


Make your applications more dynamic and practical.





![GitHub last commit](https://img.shields.io/github/last-commit/digoarthur/rfid-application)
![GitHub](https://img.shields.io/github/license/digoarthur/rfid-application)









About Application   |   
Interfaces   |   
Stacks   |   
Run APP   |   
Motivation   |   



# skills Sobre a aplicação
> 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`](https://github.com/DIGOARTHUR/rfid-reader-input), was used to input data from the RFID Reader, providing a better experience for the user.


## FIGMA
Figma

# skills Interfaces

## DESKTOP

| Registered employees list |
| :-------------------------------------------------------------------: |
| ![image 2](https://github.com/DIGOARTHUR/rfid-application/assets/59892368/81958619-c515-43cd-be49-5fe94f56290b) |


| Registration screen |
| :-------------------------------------------------------------------: |
| ![image 3](https://github.com/DIGOARTHUR/rfid-application/assets/59892368/2375e1f5-edde-4376-a622-fcfe3c0ef40d)|


| Active employee list and RFID input data capture component |
| :--------------------------------------------------------------: |
| ![image 4](https://github.com/DIGOARTHUR/rfid-application/assets/59892368/5ddb2912-31cd-497d-865f-7dbfa5d06df8)|




## skills Stacks


### Language
![Alt ou título da imagem](https://img.shields.io/badge/-TypeScript-/?logo=TypeScript&logoColor=white&color=informational)
* [`TypeScript`](https://www.typescriptlang.org/) (TypeScript is a specially typed programming language that builds on JavaScript, offering better tools at any scale.)



### Style
![Alt ou título da imagem](https://img.shields.io/badge/-TailwindCSS-/?logo=tailwindcss&logoColor=white&color=blue)


### Framework / Lib
![Alt ou título da imagem](https://img.shields.io/badge/-ViteJS-/?logo=Vite&logoColor=white&color=purple)

### Backend
![Alt ou título da imagem](https://img.shields.io/badge/-Firebase-/?logo=Firebase&logoColor=white&color=yellow)
* `Create`
* `Read`
* `Update`
* `Delete`

### Gerenciador / Pacotes
![Alt ou título da imagem](https://img.shields.io/badge/-Yarn-/?logo=Yarn&logoColor=white&color=blue)
* [`rfid-reader-input`](https://github.com/DIGOARTHUR/rfid-reader-input/tree/main) (Biblioteca utilizada para otimizar a busca, armazenamento em cache e atualização dos dados remotos)
* [`tailwindCSS`](https://tailwindcss.com) (Rapidly build modern websites without ever leaving your HTML.)
* [`react-modal`](https://www.npmjs.com/package/react-modal) (Floating window)

### Versionameto
![Alt ou título da imagem](https://img.shields.io/badge/-Git-/?logo=Git&logoColor=white&color=red)
### IDE
![Alt ou título da imagem](https://img.shields.io/badge/-VisualStudioCode-/?logo=VisualStudioCode&logoColor=white&color=informational)




# skills Rodando a Aplicação

1. Clonar repositório:

```
git clone https://github.com/DIGOARTHUR/rfid-application-demo.git
```

2. Instalar dependências

```
yarn install
```

3. Rodar aplicativo

```
yarn dev
```

4. Acesse `http://localhost:3000/` e navegue pelo site

:warning: 5. Trocar URL do repositorio remoto (caso necessário)

5.1 Ver qual o repositorio atual
```
git remote -v
```
5.2 Mudar a URL do repositorio remoto
```
git remote set-url origin
```
5.3 Verifique se a mudança foi realizada
```
git remote -v
```

-----

# skills Motivation
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](https://www.linkedin.com/in/digoarthur/)