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.
- Host: GitHub
- URL: https://github.com/afnamal/chat-site
- Owner: afnamal
- Created: 2024-03-29T21:31:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-27T05:37:13.000Z (almost 2 years ago)
- Last Synced: 2024-07-27T06:33:09.412Z (almost 2 years ago)
- Topics: firebase, real-time, vuejs
- Language: Vue
- Homepage: https://chat-site-woad.vercel.app
- Size: 191 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).