You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* [fix] Config readme
* wip: loading
* Delete yarn.lock
* refact: created shelter list view component in home page
* Fix: mobile UI has broken for mobile devices (#22)
*Fix: mobile UI has broken for mobile devices
* fix: remove chip as fixed as no wrap property
* chore: add shelter card clickable
* chore: remove Fragment component
* build: add set sm as max mobile dimension
sm: 425px
* style: add responsive layout
* refactor: filter page
* fix: priority
* fix: filter parameters
* fix: fixed volunteer supply that had been fulfilled displaying on shelter page
* fix: improve readability
* feat: hidden filter button if filter is empty
* feat: cache in axios request
* fix: cache search params
* feat: cache clean on searchs
* wip: donation tags
* fix: clean search params
* Update README.md
[fix] Retirando a seção Funcionalidades e Backlog
* fix: donation tags / componentized the urgent supplies section
* fix: removed empty shelter tags empty row
* feat: full edit shelter and improved interface of pet friendly in shelter page
* refact: add live link and tech stack to readme
* Fix/develop bugs (#90)
* fix: cache bug (invalite cache on create/update operation)
* feat: added update many shelter supplies and admin rule
* Add license (#81)
Closes#65.
* fix: app port (#80)
* docs: added shadcn/ui reference
* fix for volunteer shelter title (#95)
* treat contact link as a proper link
* simplified href
* docs: add discord link on readme
* Normalizes search string in supply filter so it ignores accents (#125)
* normalized search string to ignore accents
* revert removed button
* add a copy to clipboard button to PIX and contact info (#124)
* add a copy to clipboard button to PIX and contact info
* use && operator instead of ternary
* Substitui onClick e useNavigate por <Link> para melhorar acessibilidade (#128)
* replaced navigate in favour of html link and added card hover
* fixed lint warnings
* fix: change shelter title style (#106)
Prevents badge misalignment on very large titles
* Add new feature and creating LoadingSkeleton (#115)
* Add new feature and creating LoadingSkeleton
---------
Co-authored-by: helenapaixao <[email protected]>
Co-authored-by: José Fagundes <[email protected]>
Co-authored-by: Luccas Specht <[email protected]>
Co-authored-by: MatheusDubin <[email protected]>
Co-authored-by: danmqs <[email protected]>
Co-authored-by: Giovanni Bassi <[email protected]>
Co-authored-by: Felipe Monteiro <[email protected]>
Co-authored-by: André Ferraz <[email protected]>
Co-authored-by: Sombrio <[email protected]>
Co-authored-by: Daniel Marques <[email protected]>
Co-authored-by: Matheus Dubin Da Silveira <[email protected]>
Co-authored-by: Miguel Dalberto <[email protected]>
Co-authored-by: Pablo A. Maximo <[email protected]>
Co-authored-by: Marcos Nascimento <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+12-19Lines changed: 12 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,11 @@
2
2
3
3
Este projeto é o frontend de um aplicativo destinado a auxiliar na organização e distribuição de suprimentos, além de coordenar voluntários durante os alagamentos no Rio Grande do Sul. A aplicação visa conectar pessoas afetadas pelas enchentes com recursos essenciais e voluntários dispostos a ajudar.
4
4
5
+
## Acesso à Aplicação
6
+
7
+
[SOS Rio Grande do Sul](https://sos-rs.com/)
8
+
[Discord](https://discord.gg/eJTuannsd6)
9
+
5
10
## Sobre o Projeto
6
11
7
12
O objetivo deste aplicativo é facilitar uma resposta rápida e eficiente em situações de emergência causadas por enchentes, promovendo a colaboração e o apoio mútuo entre a comunidade e organizações de ajuda.
@@ -10,32 +15,20 @@ O objetivo deste aplicativo é facilitar uma resposta rápida e eficiente em sit
10
15
11
16
Este frontend foi desenvolvido utilizando as seguintes tecnologias:
12
17
13
-
-**React**: Uma biblioteca JavaScript para construir interfaces de usuário.
14
-
15
-
## Funcionalidades e Backlog
16
-
17
-
O app inclui as seguintes funcionalidades:
18
-
19
-
-[x]**Cadastro de Itens de suprimentos**: Permite que voluntários se inscrevam para ajudar.
20
-
-[x]**Busca de abrigos**: Gerencia a logística de distribuição de suprimentos para as áreas mais necessitadas.
21
-
-[x]**Alteração de necessidades de abrigos**: Exibe um mapa das áreas afetadas e pontos de coleta de suprimentos.
22
-
-[ ]**Cadastro de abrigos**: Criar tela para cadastro de abrigos (Nome, endereço, capacidade, vagas, aceita pets) e colocar pendende de aprovação.
23
-
-[ ]**Alteração de abrigos**: Pemitir alterar quantidade de vagas disponívies, se aceita pet ou endereço.
24
-
-[ ]**Cadastro de usuários**: Criar tela de cadastro (nome, telefone, senha) e login.
25
-
-[ ]**Filtro por item e por cidade**: Opção de filtrar abrigos por cidade ou que precisam de algum item específico.
26
-
-[ ]**Alterar ordenação**: Trocar a ordenação atual para ordenação por última atualização.
27
-
-[ ]**Adicionar mapa de abrigos**: Criar uma tela com um mapa e todos os abrigos. Verificar a posibilidade de usar geolocation para mostrar a posição do usuário no mapa.
28
-
18
+
-[**React**](https://react.dev/): Uma biblioteca JavaScript para construir interfaces de usuário.
19
+
-[**Vite**](https://vitejs.dev/guide/): Uma ferramenta de build com servidor de desenvolvimento.
20
+
-[**Tailwind CSS**](https://tailwindcss.com/docs/installation): Framework CSS baseado em classes utilitárias.
21
+
-[**shadcn/ui**](https://ui.shadcn.com/docs): Coleção de componentes reutilizáveis, baseado em Tailwind.
29
22
30
23
Para executar o frontend do aplicativo em seu ambiente local, siga os passos abaixo:
0 commit comments