Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jrsousadev/live-chat-web
💬 Live chat web with NextJS and Socket.io
https://github.com/jrsousadev/live-chat-web
axios livechat nextjs react socket-io
Last synced: 8 days ago
JSON representation
💬 Live chat web with NextJS and Socket.io
- Host: GitHub
- URL: https://github.com/jrsousadev/live-chat-web
- Owner: jrsousadev
- Created: 2022-11-24T04:23:06.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-04T02:40:02.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T21:57:57.488Z (4 months ago)
- Topics: axios, livechat, nextjs, react, socket-io
- Language: TypeScript
- Homepage: https://live-chat-web.vercel.app/637d9d6fcaeea7b8cd7d7fed
- Size: 95.7 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 💬 Live Chat Front-end
Project inspired by WhatsApp
## Stacks:
- React
- Next
- Styled Components
- Axios
- Socket.io### Link Repository API (Back-end)
🔗 [Back-end](https://github.com/jrsousadev/live-chat-api)
### Deploy
🔗 [Live Chat Web](https://live-chat-web.vercel.app/637d9d6fcaeea7b8cd7d7fed)
### Live chat inspired by WhatsApp
#### Desktop
![image](https://user-images.githubusercontent.com/92350736/205471365-9b8c7010-a80f-436b-9b70-b250b378259c.png)#### Mobile
![image](https://user-images.githubusercontent.com/92350736/205471407-11a17945-1c9f-42ca-81b8-2b5e1fb59efc.png)### Init Project
**1-** Clone repository.
**2-** Install dependecies.
```js
yarn install
// and
yarn dev -p 3333
```