Skip to content

A secret chat application built with Socket.io and React

Notifications You must be signed in to change notification settings

emanuelefavero/secret-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Secret Chat

This is a secret chat application that only stores messages in session storage. It is built with React, Node.js, and Socket.io.

Note: This is a work in progress. The application is not yet complete.

Installation

To install the application, clone the repository and run the following commands:

# install root dependencies
npm install

# install client dependencies
cd client
npm install
cd ..

# install server dependencies
cd server
npm install
cd ..

# start the application
npm run dev

Usage

To use the application, open a browser and navigate to http://localhost:5173/