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.
- Host: GitHub
- URL: https://github.com/meenachinmay/phoenix-react-chatpp
- Owner: Meenachinmay
- Created: 2023-09-19T10:02:18.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-22T00:58:05.000Z (almost 3 years ago)
- Last Synced: 2025-06-22T19:42:02.805Z (about 1 year ago)
- Topics: elixir, phoenix, real-time
- Language: JavaScript
- Homepage:
- Size: 195 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
---
# Phoenix and ReactJS => Real-Time Chat App

## 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.