Welcome to the React-Chat-App! This is a real-time chat application built with React, Firebase, and Firestore. The app leverages Zustand for state management and Tailwind CSS for styling. It's deployed using Firebase Hosting.
Follow these steps to get a local copy of the project up and running.
Clone the repo
```sh git clone https://github.com/utsavpatel562/React-Chat-App.git cd React-Chat-App npm install
Create a .env file in the root directory and add your Firebase configuration:
REACT_APP_API_KEY=your-api-key
REACT_APP_AUTH_DOMAIN=your-auth-domain
REACT_APP_PROJECT_ID=your-project-id
REACT_APP_STORAGE_BUCKET=your-storage-bucket
REACT_APP_MESSAGING_SENDER_ID=your-messaging-sender-id
REACT_APP_APP_ID=your-app-id
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
git checkout -b feature/AmazingFeature
git commit -m 'Add some AmazingFeature'
git push origin feature/AmazingFeature
Utsav Patel - utsavpatel562@gmail.com
Project Link: https://github.com/utsavpatel562/React-Chat-App
Distributed under the MIT License.
See LICENSE for more information.