https://github.com/justpowerful/feruchat
🗣️💬 A simple room based chat made in Nodejs+Socket.io and React. You can create rooms and make users join your room using the room name.
https://github.com/justpowerful/feruchat
chat javascript react reactjs socket socket-io webchat
Last synced: about 2 months ago
JSON representation
🗣️💬 A simple room based chat made in Nodejs+Socket.io and React. You can create rooms and make users join your room using the room name.
- Host: GitHub
- URL: https://github.com/justpowerful/feruchat
- Owner: JustPowerful
- Created: 2021-07-14T18:58:09.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-20T15:47:52.000Z (almost 5 years ago)
- Last Synced: 2025-01-09T11:29:49.403Z (over 1 year ago)
- Topics: chat, javascript, react, reactjs, socket, socket-io, webchat
- Language: JavaScript
- Homepage:
- Size: 788 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Feruchat
`Note: the css is still in development, you'll encounter some css bugs, but the chat is functional.`
#### Description:
Feruchat is an open-source chat version of my old project 'feruferu' written in React and socket.io
if you want to implement other features you can collaborate, its free to use and open-source.
#### How to use:
- This project uses `concurrently`, so you can run backend and frontend in the same command
You just have to change your directory location to `/backend` by typing `cd backend` and then you just have to run `npm run start`
- You can also edit global values in `Global.scss` like colors, border-radius of the chat messages (safe to edit)
#### Used libraries:
- Socket.io (Backend)
- React (Frontend)
- React-sass (Syntactically Awesome Style Sheets)
- React-icons
- React-scroll
#### Screenshots :

### Authors:
- JustPowerful