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
- Host: GitHub
- URL: https://github.com/marckevinflores/usap-chat
- Owner: marckevinflores
- Created: 2024-03-03T11:49:18.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-05T14:37:37.000Z (about 1 year ago)
- Last Synced: 2025-01-09T07:13:04.169Z (4 months ago)
- Topics: chat-application, chat-rooms, expressjs, nodejs, react, react-router-dom, reactjs, realtime-chat, sass, socket-io, tailwindcss, typescript, website
- Language: HTML
- Homepage: https://usap-chat.netlify.app
- Size: 344 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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```