/realtime-chat

💬 A realtime chat using React, Node and Socket.io

Primary LanguageJavaScriptMIT LicenseMIT

realtime-chat 💬

A realtime chat using React, Node and Socket.io

GitHub issues GitHub license Twitter

Demo

View demo

Getting started

  1. Fork this repository on GitHub.
  2. Clone your forked repository with git clone https://github.com/YOURUSERNAME/realtime-chat.git
  3. cd realtime-chat
  4. Install dependencies and start:
# Install dependencies:
$ yarn

# Start projects:
$ yarn start

Build with

Front-end

ReactJS

Styled-components

Back-end

Node.js

Express

Socket.io