https://github.com/mikael-r/chat-js
📨 Simple chat using socket.io
https://github.com/mikael-r/chat-js
bootstrap chat css3 hacktoberfest html5 javascript socket-io
Last synced: 6 months ago
JSON representation
📨 Simple chat using socket.io
- Host: GitHub
- URL: https://github.com/mikael-r/chat-js
- Owner: Mikael-R
- License: mit
- Created: 2020-05-20T00:18:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-03T22:14:33.000Z (about 5 years ago)
- Last Synced: 2025-03-28T11:21:15.783Z (7 months ago)
- Topics: bootstrap, chat, css3, hacktoberfest, html5, javascript, socket-io
- Language: JavaScript
- Homepage: https://chatjs-io.herokuapp.com/
- Size: 96.7 KB
- Stars: 2
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://gitpod.io/#https://github.com/Mikael-R/chat-js)
[](https://chatjs-io.herokuapp.com)
[](https://www.npmjs.com/package/readme-template-generator) [](https://npmjs.org/package/readme-template-generator)
[](LICENSE.md) [](https://github.com/Mikael-R/chat-js/commits/)  [](https://github.com/Mikael-R/chat-js/issues) 
[](https://github.com/Mikael-R/chat-js/network/members) [](https://github.com/Mikael-R/chat-js/stargazers) [](https://github.com/Mikael-R/chat-js/watchers)
[](https://twitter.com/mikaelr16)
Welcome to chat-js 👋
🚧 chat-js in production... 🚧
> Simple chat using socket.io
🏡 Home: https://chatjs-io.herokuapp.com/
### 🔖 Table Of Contents
- 📃 [About](#about)
- 🤔 [How To Use](#how-to-use)
- 🚀 [Technologies](#technologies)
- 🌱 [Minimal Requirements](#minimal-requirements)
- 🎊 [Features](#features)
- 🎇 [Finished](#features-finished)
- 🎆 [Pendent](#features-pendent)
- 💡 [How To Contribute](#how-to-contribute)
- 🤗 [Contributors](#contributors)
- 👤 [Author](#author)
- 🔏 [License](#license)---
📃 About
This is a simple chat web site using HTML5, CSS3, javascript and socket.io
[Back To The Top](#title)
---
🤔 How To Use
- Clone repository and entry on dir
```sh
git clone https://github.com/Mikael-R/aziris
cd aziris
```- Install dependencies
```sh
yarn install # or npm install
```- Execute
```sh
yarn start # or npm run start
```- Open your browser on [localhost:5000](http://localhost:5000)
#### 🌐 Online
- Open the web site clicking [here](https://chatjs-io.herokuapp.com)
[Back To The Top](#title)
---
🚀 Technologies
- Nodejs
- Javascript
- Socket.io
- HTML5
- CSS3[Back To The Top](#title)
---
🌱 Minimal Requirements
- Nodejs
- NPM/Yarn[Back To The Top](#title)
---
🎊 Features
🎇 Finished
- [x] Create responsive layout
🎆 Pendent
- [ ] Save messages on DB
- [ ] Create cache for messages
- [ ] Create login to use chat[Back To The Top](#title)
---
💡 How To Contribute
- Make a fork of this repository
- Clone to you machine and entry on respective paste
- Create a branch with your resource: `git checkout -b my-feature`
- Commit your changes: `git commit -m 'feat: My new feature'`
- Push your branch: `git push origin my-feature`
- A green button will appear at the beginning of this repository
- Click to open and fill in the pull request information
Contributions, issues and features requests are welcome!
📮 Submit PRs to help solve issues or add features
🐛 Find and report issues
🌟 Star the project
[Back To The Top](#title)
---
🤗 Contributors
[Back To The Top](#title)
---
👤 Author
🤓 **Mikael Rolim de Aquino**
- Website: [https://mikael-r.github.io/contact/](https://mikael-r.github.io/contact/)
- Twitter: [@mikaelr16](https://twitter.com/mikaelr16)
- Github: [@Mikael-R](https://github.com/Mikael-R)[Back To The Top](#title)
---
🔏 License
Copyright © 2020 [Mikael Rolim de Aquino](https://github.com/Mikael-R)
This project is licensed by [MIT License](https://api.github.com/licenses/mit).
[Back To The Top](#title)
---
_This README was generated with 💟 by [readme-template-generator](https://github.com/Mikael-R/readme-template-generator)_