Skip to content

Releases: devak997/chatrealm

v1.0.1

09 Nov 16:47
138aecb
Compare
Choose a tag to compare

What's Changed

  • feat: add Dependabot configuration for automated version updates by @devak997 in #1
  • build(deps): bump pino-pretty from 11.3.0 to 12.1.0 by @dependabot in #2
  • feat: enhance GetStarted component text and add GitHub link in Navbar by @devak997 in #4

New Contributors

Full Changelog: v1.0.0...v1.0.1

ChatRealm v1.0.0 - Initial Release. Welcome to Open-source

09 Nov 15:38
Compare
Choose a tag to compare

Full Changelog: https://github.com/devak997/chatrealm/commits/v1.0.0

ChatRealm v1.0.0 - Initial Release

We are excited to announce the initial release of ChatRealm, an open-source, real-time anonymous chat application. This release includes the following features:

Features

  • Real-Time Text and Video Chat: Engage in real-time conversations with text and video options.
  • Interest-Based Matching: Connect with strangers who share similar interests.
  • Message Delivery and Seen Indicators: Know when your messages are delivered and seen.
  • User-Friendly Interface: Developed using SolidJS and DaisyUI for a responsive and intuitive user experience.

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/chatrealm.git
    cd chatrealm
  2. Install dependencies:

    npm install
  3. Run the application:

    npm start

Hosted Version

ChatRealm is hosted and available at ChatRealm.
Note: You may need to allow camera and microphone access for video chat features.

Contributing

We welcome contributions from the community! Please refer to the CONTRIBUTING.md file for guidelines on how to contribute.

License

This project is licensed under the Creative Commons Attribution-NonCommercial 4.0 International License. See the LICENSE file for more details.

Thank you for using ChatRealm! We look forward to your feedback and contributions to make this app even better.