Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/paulopariz/chatsk-client


https://github.com/paulopariz/chatsk-client

Last synced: about 1 month ago
JSON representation

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
```