https://github.com/soujo/leucos
Real-time chat application with users and rooms
https://github.com/soujo/leucos
chatapp chatroom-application css3 real-time socket-io vanilla-javascript
Last synced: about 2 months ago
JSON representation
Real-time chat application with users and rooms
- Host: GitHub
- URL: https://github.com/soujo/leucos
- Owner: soujo
- License: mit
- Created: 2021-11-11T11:28:44.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-09-01T10:27:16.000Z (almost 3 years ago)
- Last Synced: 2023-03-07T01:50:43.859Z (about 2 years ago)
- Topics: chatapp, chatroom-application, css3, real-time, socket-io, vanilla-javascript
- Language: EJS
- Homepage: https://leucos.herokuapp.com/
- Size: 1.25 MB
- Stars: 0
- Watchers: 1
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
## Repository
This project is a chat app where you can connect to people personally or bring teams together in different rooms. This can be used as a collaboration tool where you can connect all your work in one place. Using this, we can easily collaborate, ideate and centralize communication.
## Join Here
Join us to come up with a real-time platform to chat with people. This tool can help you to collaborate which ensures centralizing of communications.
We are building this app to ensure collaboration, engagement and communication that moves work forward and keeps your team connected in the tap of a button.## Tech Stacks
## Screenshots
* Home page

* Chat page

### Node
- #### Node installation on Windows
Just go on [official Node.js website](https://nodejs.org/) and download the installer.
Also, be sure to have `git` available in your PATH, `npm` might need it (You can find git [here](https://git-scm.com/)).- #### Node installation on Ubuntu
You can install nodejs and npm easily with apt install, just run the following commands.
$ sudo apt install nodejs
$ sudo apt install npm- #### Other Operating Systems
You can find more information about the installation on the [official Node.js website](https://nodejs.org/) and the [official NPM website](https://npmjs.org/).If the installation was successful, you should be able to run the following command.
$ node --version
v8.11.3$ npm --version
6.1.0If you need to update `npm`, you can make it using `npm`! Cool right? After running the following command, just open again the command line and be happy.
$ npm install npm -g
If you want to work on this unique project and share it with the world, you can do that here.
Go through the contributing guidelines [here](https://github.com/DSCKGEC/Leucos/blob/master/CONTRIBUTING.md).Subsequently, also go through the GitHub documentation on [creating a pull request](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request).
## Templates to Follow
- [Feature request](https://github.com/DSCKGEC/Leucos/blob/master/.github/ISSUE_TEMPLATE/feature_request.md)
- [Bug Report](https://github.com/DSCKGEC/Leucos/blob/master/.github/ISSUE_TEMPLATE/bug_report.md)
- [Pull Request](https://github.com/DSCKGEC/Leucos/blob/master/.github/PULL_REQUEST_TEMPLATE.md)**Note** : One should follow these templates while creating a new issue or pull request.
## Folder Structure
Folder structure of this project for your reference
```
├── static
│ ├── css
│ ├── img
│ ├── js
│
├── utilities
| |
| ...
│
├── views
│ │ ├── partials
| ...
|
├── app.js
├── package.json
├── package-lock.json
└── .gitignore
└── .env
```## Workflow:
- Fork the repository
- Clone your forked repository using terminal or gitbash.
- Make changes to the cloned repository
- Add, Commit and Push
- Then in GitHub, in your cloned repository, find the option to make a pull request.
**NOTE** : For more details Click Here!
## Installation
$ npm install
## Running the project
$ npm start
> console.log ( " Start contributing for Leucos " );
## Open Source Programs
## Valuable Contributors
Special thanks goes to all of the mentees who made a choice to make an impact. Contributions of any kind are welcome!🚀## Code Of Conduct
You can find our Code of Conduct [here](https://github.com/DSCKGEC/Leucos/blob/master/CODE_OF_CONDUCT.md).
## License
This project is licensed under the MIT License - see the [LICENSE](https://github.com/DSCKGEC/Leucos/blob/master/LICENSE) file for details.
## Project Admin
## Give this Project a Star
If you liked working on this project, do ⭐ and share this repository.
🎉 🎊 😃 Happy Contributing 😃 🎊 🎉
[](https://forthebadge.com) [](https://forthebadge.com)