https://github.com/khaymanii/uni_chat
This is a chat application created with JavaScript, React, chatengine.io and Firebase
https://github.com/khaymanii/uni_chat
chatengineapi firebase reactjs
Last synced: 2 months ago
JSON representation
This is a chat application created with JavaScript, React, chatengine.io and Firebase
- Host: GitHub
- URL: https://github.com/khaymanii/uni_chat
- Owner: khaymanii
- Created: 2023-03-02T08:27:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-09T10:01:29.000Z (over 2 years ago)
- Last Synced: 2025-08-01T19:56:33.830Z (10 months ago)
- Topics: chatengineapi, firebase, reactjs
- Language: JavaScript
- Homepage: https://unichatapp2.netlify.app/
- Size: 267 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Unichat Application

## Getting Started
1. Clone the Repository:
```bash
git clone https://github.com/khaymanii/Uni_chat.git
```
2. Install Dependencies:
```bash
npm install
```
3. Run the Application:
```bash
npm start
```
The dashboard will be accessible at http://localhost:3000 by default.