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

https://github.com/afnamal/chat-site

Chat-Site is a lightweight messaging platform developed with Vue.js and Firebase. It offers users the ability to send and receive messages quickly and effortlessly.
https://github.com/afnamal/chat-site

firebase real-time vuejs

Last synced: 22 days ago
JSON representation

Chat-Site is a lightweight messaging platform developed with Vue.js and Firebase. It offers users the ability to send and receive messages quickly and effortlessly.

Awesome Lists containing this project

README

          

# Chat-Site

Chat-Site is a lightweight messaging platform built using Vue.js and Firebase. This platform allows users to send and receive messages quickly and easily.

## Features

- **Real-Time Messaging**: Send and receive messages in real-time using Firebase.
- **User-Friendly Interface**: Simple and effective UI for easy use.
- **Lightweight and Fast**: Smooth experience powered by Vue.js.

## Installation

To set up the project locally, follow these steps:

### 1. Clone the Repository

First, clone the repository to your local machine:

```bash
git clone https://github.com/afnamal/chat-site.git
```

### 2. Navigate to the Project Directory

Change to the project directory:

```bash
cd chat-site
```

### 3. Install Dependencies

Install the required npm packages:

```bash
npm install
```

### 4. Configure Firebase

- Create a Firebase project and obtain your configuration details.
- Add your Firebase configuration to `src/firebaseConfig.js`.

### 5. Run the Project

Start the development server:

```bash
npm run serve
```

### 6. View the Application

Open your browser and visit [http://localhost:8080](http://localhost:8080) to see the application in action.

## Contributing

To contribute to the project, please follow these steps:

1. Fork the repository.
2. Create a new branch: `git checkout -b feature/your-feature`.
3. Make your changes and commit them: `git commit -am 'Add new feature'`.
4. Push your branch to the remote repository: `git push origin feature/your-feature`.
5. Open a pull request.

## License

This project is licensed under the MIT License.

## Contact

For any questions or feedback, please contact [afnamal@hotmail.com](mailto:afnamal@hotmail.com).