This is a chat application developed using React Native, Tailwind CSS and Firebase for authentication and database operations.
Before you begin, ensure you have met the following requirements:
- You have installed the latest version of Node.js and npm.
- You have a Windows/Linux/Mac machine. This project supports all three operating systems.
To install React Firebase Chat, follow these steps:
-
Open your terminal/command prompt.
-
Clone this repository:
git clone https://github.com/MustiAlparslan/React-firebase-chat.git
-
Navigate into the cloned repository:
cd React-firebase-chat
-
Install the dependencies:
npm install
To run the app, follow these steps:
-
Start the app:
npm start
This will run the app in development mode. Open http://localhost:3000 to view it in the browser. The page will reload if you make edits. You will also see any lint errors in the console.
To contribute to React Firebase Chat, follow these steps:
- Fork this repository.
- Create a branch:
git checkout -b <branch_name>
. - Make your changes and commit them:
git commit -m '<commit_message>'
- Push to the original branch:
git push origin <project_name>/<location>
- Create the pull request.
Alternatively see the GitHub documentation on creating a pull request.