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.
- 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.
To set up the project locally, follow these steps:
First, clone the repository to your local machine:
git clone https://github.com/afnamal/chat-site.git
Change to the project directory:
cd chat-site
Install the required npm packages:
npm install
- Create a Firebase project and obtain your configuration details.
- Add your Firebase configuration to
src/firebaseConfig.js
.
Start the development server:
npm run serve
Open your browser and visit http://localhost:8080 to see the application in action.
To contribute to the project, please follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature
. - Make your changes and commit them:
git commit -am 'Add new feature'
. - Push your branch to the remote repository:
git push origin feature/your-feature
. - Open a pull request.
This project is licensed under the MIT License.
For any questions or feedback, please contact afnamal@hotmail.com.