A real-time chat
- About the project
- Built with
- Getting started
- Contributting
- License
- Contact
The goal of this project is to allow members of a given community to discuss or share information in real time. Members can have a private chat or channel chat, depending on the purpose.
- ReactJs
- Tailwindcss
- Redux ToolKit
- Socket-io
-
Have Node and NPM installed .
-
Packages :
npm start
oryarn
-
Use https://chat-app-backend-480q.onrender.com as VITE_BACKEND_URL in your
.env
file to connect the backend to this project .VITE_BACKEND_URL = https://chat-app-backend-480q.onrender.com
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (git checkout -b feature/AmazingFeature)
- Commit your Changes (git commit -m 'Add some AmazingFeature')
- Push to the Branch (git push origin feature/AmazingFeature)
- Open a Pull Request