Skip to content

MustiAlparslan/React-Chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Firebase Chat

This is a chat application developed using React Native, Tailwind CSS and Firebase for authentication and database operations.

Prerequisites

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.

Installing React Firebase Chat

To install React Firebase Chat, follow these steps:

  1. Open your terminal/command prompt.

  2. Clone this repository:

    git clone https://github.com/MustiAlparslan/React-firebase-chat.git
  3. Navigate into the cloned repository:

    cd React-firebase-chat
  4. Install the dependencies:

    npm install

Running the App

To run the app, follow these steps:

  1. 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.

Screenshots

Screenshot 1 Screenshot 2 Screenshot 3 Screenshot 4 Screenshot 5

Contributing to React Firebase Chat

To contribute to React Firebase Chat, follow these steps:

  1. Fork this repository.
  2. Create a branch: git checkout -b <branch_name>.
  3. Make your changes and commit them: git commit -m '<commit_message>'
  4. Push to the original branch: git push origin <project_name>/<location>
  5. Create the pull request.

Alternatively see the GitHub documentation on creating a pull request.