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

https://github.com/meenachinmay/phoenix-react-chatpp

A reactjs and elixir phoenix real time chat app for my company's project called Okinawa-connect.
https://github.com/meenachinmay/phoenix-react-chatpp

elixir phoenix real-time

Last synced: about 2 months ago
JSON representation

A reactjs and elixir phoenix real time chat app for my company's project called Okinawa-connect.

Awesome Lists containing this project

README

          

---

# Phoenix and ReactJS => Real-Time Chat App

![Banner](https://dev-to-uploads.s3.amazonaws.com/uploads/articles/7ocqbjguncm8wl2k98ma.png)

## Overview

This is a real-time chat application built with React. It allows users to join rooms and communicate in real-time, providing an interactive and seamless chatting experience.

## Features

- **Real-time Messaging:** Send and receive messages in real-time.
- **Group Chats:** Create rooms and join existing ones to chat with multiple users.
- **Modern UI:** Clean and intuitive design, optimized for all devices.
- **And more...**

## Getting Started

### Prerequisites

- Node.js and npm installed on your machine.

### Installation

1. **Clone the repository:**
```bash
git clone [Your-Repository-URL]
```

2. **Navigate to the project directory:**
```bash
cd [Your-Project-Name]
```

3. **Install the required dependencies:**
```bash
npm install
```

4. **Run the application:**
```bash
npm run dev
```

The application should now be running on your specified port (default: `3000`).

## Contributing

Feel free to fork the project, make changes, and submit PRs. Any contributions you make are **greatly appreciated**.

## License

This project is open source and available under the [MIT License](LICENSE).

## Feedback

If you have any feedback or issues, please open an issue on GitHub.

---

Made with :heart: by Chinmay Anand

---

Remember to replace the placeholders `[(https://github.com/Meenachinmay/phoenix-react-chatpp)]` and `[Phoenix Chat App]` with the actual details of your project.