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
- Host: GitHub
- URL: https://github.com/emanuelefavero/secret-chat
- Owner: emanuelefavero
- Created: 2024-04-02T05:06:10.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-11T12:09:22.000Z (about 2 years ago)
- Last Synced: 2025-03-29T16:13:06.702Z (about 1 year ago)
- Topics: chat, chat-application, react, session-storage, socket, tailwindcss, vite
- Language: TypeScript
- Homepage:
- Size: 181 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/`