Skip to content

MaryamWeb/socket.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Chat Application

Introduction

A simple chat application using react and sockets.io. My goal with this project was to practice using sockets.io.

Running Locally

  • Clone the repository by typing (git clone URL) or download it.
  • You will need node and npm installed type (npm install).
  • To start the app locally you have to start the server and client app.
    • First terminal(run the client app): --> cd client --> npm start
    • Second terminal(To run the server app): --> node server.js
  • Open your app at https://localhost:3000/

Resources:

Image: https://storyset.com/
Style: Bootstrap https://getbootstrap.com/

Project Screen Shot:

alt text

About

A simple chat application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published