An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/Mikael-R/chat-js)

[![Heroku](https://img.shields.io/badge/CI-%E2%9C%93-green.svg?logo=heroku&colorA=79589f&logoColor=white&style=flat-square)](https://chatjs-io.herokuapp.com)

[![NPM Version](https://img.shields.io/npm/v/readme-template-generator.svg?style=flat-square)](https://www.npmjs.com/package/readme-template-generator) [![NPM Monthly Downloads](https://img.shields.io/npm/dm/readme-template-generator.svg?style=flat-square)](https://npmjs.org/package/readme-template-generator)

[![License](https://img.shields.io/github/license/Mikael-R/chat-js?style=flat-square)](LICENSE.md) [![Last Commit](https://img.shields.io/github/last-commit/Mikael-R/chat-js?style=flat-square)](https://github.com/Mikael-R/chat-js/commits/) ![Language Most Used](https://img.shields.io/github/languages/top/Mikael-R/chat-js?style=flat-square) [![Implementations](https://img.shields.io/badge/%F0%9F%92%A1-implementations-8C8E93.svg?style=flat-square)](https://github.com/Mikael-R/chat-js/issues) ![Repository Size](https://img.shields.io/github/repo-size/Mikael-R/chat-js?style=flat-square)

[![Forks](https://img.shields.io/github/forks/Mikael-R/chat-js?style=social)](https://github.com/Mikael-R/chat-js/network/members) [![Stars](https://img.shields.io/github/stars/Mikael-R/chat-js?style=social)](https://github.com/Mikael-R/chat-js/stargazers) [![Watches](https://img.shields.io/github/watchers/Mikael-R/chat-js?style=social)](https://github.com/Mikael-R/chat-js/watchers)

[![Author Twitter](https://img.shields.io/twitter/follow/mikaelr16.svg?style=social)](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

Mikael-R
Carbon-Monoxide
saptarshibasu15

[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)_