Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paulopariz/chatsk-client
https://github.com/paulopariz/chatsk-client
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/paulopariz/chatsk-client
- Owner: paulopariz
- Created: 2024-01-14T22:03:59.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-05-13T15:38:44.000Z (7 months ago)
- Last Synced: 2024-05-13T17:15:34.260Z (7 months ago)
- Language: Vue
- Size: 263 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CharSK
Chat em tempo real com diferente salas, suporte a dois temas(dark e light) e desenvolvida utilizando Socket.IO
## Demonstração
https://github.com/paulopariz/ChatSK-Client/assets/111146928/c843972c-0191-40d7-82b4-3d21117de1bf
## Stack utilizada
**Front-end:** Vue3(composition API), TypeScript, Tailwind, Shadcn.
**Back-end:** Node, Typescript, Express, Socket.io.
## Funcionalidades
- Chat em tempo real
- Notificações
- Temas dark e light## 🔗 Links
[![linkedin](https://img.shields.io/badge/Backend-0C101E?style=for-the-badge&logo=github&logoColor=white)](https://github.com/paulopariz/ChatSK-Server)
[![linkedin](https://img.shields.io/badge/linkedin-0C101E?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/feed/update/urn:li:activity:7190081175925735424/)
## Autor
- [@paulopariz](https://www.linkedin.com/in/paulopariz/)
## Rodar Front e Back
Clone os projeto
```bash
git clone https://github.com/paulopariz/ChatSK-Server
git clone https://github.com/paulopariz/ChatSK-Client
```Instale as dependências
```bash
npm install
```Inicie os servidores
```bash
npm run dev
```