A real-time Chat application made with React, Node and Socket.io

Real-Time-Chat-App-With-Rooms

a real-time chat application made with React, Node and Socket.io.

Which is?

a real-time chat project, where the user chooses their username and the name of the chat room they want to enter, and the conversation takes place with everyone in the same room.

Technology

This project was developed with the following technologies:

Screenshots

 

Running the application

Prerequisites

  • You must have Node.js installed on your computer
  • Also, you need to have a package manager be it NPM or Yarn.

Running

API
 $ cd server
 ###### Instalando as dependências do projeto.
 $ yarn ## ou npm install
 ###### Inicie a API
 $ yarn start ## ou npm start
Web application
 $ cd web
 ###### Instalando as dependências do projeto.
 $ yarn ## ou npm install
 ###### Inicie a aplicação web
 $ yarn start ## ou npm start
Mobile application
 $ cd mobile
 ###### Instalando as dependências do projeto.
 $ yarn ## ou npm install
 ###### Inicie a aplicação web
 $ yarn start ## ou npm start

 O Expo será aberto, basta digitalizar o qrcode no terminal ou na página que será aberta.
 Você pode installar o aplicativo Expo para testar no celular

Download Details:

Author: NicolasMorenoAlves

Source Code: https://github.com/NicolasMorenoAlves/Real-Time-Chat-App

#react #reactjs #javascript

A real-time Chat application made with React, Node and Socket.io
2.15 GEEK