An open API service indexing awesome lists of open source software.

https://github.com/emanuelefavero/secret-chat

A secret chat application built with Socket.io and React
https://github.com/emanuelefavero/secret-chat

chat chat-application react session-storage socket tailwindcss vite

Last synced: 2 months ago
JSON representation

A secret chat application built with Socket.io and React

Awesome Lists containing this project

README

          

# 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:

```bash
# 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/`