Skip to content

Mikael-R/chat-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

21 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Gitpod

Heroku

NPM Version NPM Monthly Downloads

License Last Commit Language Most Used Implementations Repository Size

Forks Stars Watches

Author Twitter

Welcome to chat-js ๐Ÿ‘‹

๐Ÿšง chat-js in production... ๐Ÿšง

Simple chat using socket.io

๐Ÿก Home: https://chatjs-io.herokuapp.com/

๐Ÿ”– Table Of Contents


๐Ÿ“ƒ About

This is a simple chat web site using HTML5, CSS3, javascript and socket.io

Back To The Top


๐Ÿค” How To Use

  • Clone repository and entry on dir
git clone https://github.com/Mikael-R/aziris
cd aziris
  • Install dependencies
yarn install  # or npm install
  • Execute
yarn start  # or npm run start

๐ŸŒ Online

  • Open the web site clicking here

Back To The Top


๐Ÿš€ Technologies

  • Nodejs
  • Javascript
  • Socket.io
  • HTML5
  • CSS3

Back To The Top


๐ŸŒฑ Minimal Requirements

  • Nodejs
  • NPM/Yarn

Back To The Top


๐ŸŽŠ Features

๐ŸŽ‡ Finished

  • Create responsive layout

๐ŸŽ† Pendent

  • Save messages on DB
  • Create cache for messages
  • Create login to use chat

Back To The Top


๐Ÿ’ก 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


๐Ÿค— Contributors

Mikael-R Carbon-Monoxide saptarshibasu15

Back To The Top


๐Ÿ‘ค Author

๐Ÿค“ Mikael Rolim de Aquino

Back To The Top


๐Ÿ” License

Copyright ยฉ 2020 Mikael Rolim de Aquino

This project is licensed by MIT License.

Back To The Top


This README was generated with ๐Ÿ’Ÿ by readme-template-generator