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

https://github.com/marckevinflores/usap-chat

Real Time Chat Application with Chat Rooms using React, Typescript, Node/Express, Socket.io and TailwindCSS
https://github.com/marckevinflores/usap-chat

chat-application chat-rooms expressjs nodejs react react-router-dom reactjs realtime-chat sass socket-io tailwindcss typescript website

Last synced: 3 months ago
JSON representation

Real Time Chat Application with Chat Rooms using React, Typescript, Node/Express, Socket.io and TailwindCSS

Awesome Lists containing this project

README

        

# Usap Chat

A Real-time chat application with chat rooms. Users can enter specific chat rooms based on their interests or discussions, enabling multiple people to engage in real-time conversations within each room.

[Demo](https://usap-chat.netlify.app)

### Technologies & Templates Used
| Technologies | Usage |
| ----------------- | ------------------------------------------------ |
| NodeJS & Express | REST API |
| Typescript | Compiler and Error Detection |
| React | Front-end library |
| Tailwind | CSS, Styles & Colors |
| Socket.io | Real Time communication |

### How to run client locally
```
git clone https://github.com/marckevinflores/usap-chat.git
cd usap-chat
npm install
npm start

```

### How to run server locally
after you done run the client locally
```
cd server
npm install
npm run dev

```