Skip to content

A chat application made using React, Express, and SocketIO

Notifications You must be signed in to change notification settings

markacruz/chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ChatApp

Overview

ChatApp is a full stack application developed using React, Bootstrap, and Tailwind that allows users to log‑in/sign‑up, upload, visit existing profiles, and edit personal profile for social networking. It's back-end uses Express and SocketIO for integration of WebSockets and endpoints.

How to Run

  1. Clone chat-app repository using git clone https://github.com/markacruz/chat-app.git
  2. Install dependencies for both client and server using npm install
  3. Run both folders:
    • For client, use npm start
    • For server, use npm run dev
  4. Use the application!

Images

1. Landing Page

alt text

2. Lobby

alt text

3. Lobby with new joined user

alt text

About

A chat application made using React, Express, and SocketIO

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published