ChatExpress is a temporary chat application built with React, Express, and Socket.io. The application allows users to send text messages and share images, and all messages are deleted once the session is closed.
- Send text messages.
- Share images.
- Temporary messages that are deleted on session close.
- Visual differentiation between sent and received messages.
- User connection indicators.
- Frontend: React, TypeScript, CSS
- Backend: Express, Socket.io
- Database: Sequelize with SQLite
-
Clone the repository:
git clone https://github.com/your-username/ChatExpress.git
-
Navigate to the project directory:
cd ChatExpress
-
Install dependencies for both frontend and backend:
npm install