TempTalk is a web platform designed for quickly creating disposable chat rooms. With an emphasis on privacy and ease of use, TempTalk allows users to instantly create a chat room by simply entering a name for the room. This feature makes it ideal for temporary discussions, online workshops, and private conversations without the need for registration or long-term commitment.
- Disposable Chat Rooms: Create a chat room with just a name and discard it after use.
- Instant Setup: No sign-up or login required. Start chatting immediately.
- Privacy Focused: Conversations are not stored long-term, ensuring privacy and confidentiality.
- User-friendly Interface: Simple and intuitive design for a seamless chatting experience.
- Cross-platform Compatibility: Accessible from any web-enabled device, ensuring broad usability.
Before you can run TempTalk locally, make sure you have the following installed:
- Node.js (latest stable version recommended)
- npm (usually comes with Node.js)
To set up TempTalk on your local machine, follow these steps:
- Clone the repository to your local machine:
git clone https://your-repository-url-here.git
- Navigate to the project directory:
cd TempTalk
- Install the required dependencies:
npm install
- Start the development server:
npm start
This will run the app in the development mode. Open http://localhost:3000 to view it in your browser.
To create a chat room:
- Navigate to the TempTalk homepage.
- Enter a desired name for your chat room in the provided input field.
- Click the "Create Room" button to initiate your chat room.
- Share the room URL with others to start chatting.
Rooms are automatically disposed of after all participants leave.
We welcome contributions to TempTalk! If you have suggestions for improvements or encounter any issues, please feel free to open an issue or submit a pull request on our GitHub repository.
Distributed under the MIT License. See MIT License for more information.