Skip to content

Latest commit

 

History

History
53 lines (33 loc) · 965 Bytes

README.md

File metadata and controls

53 lines (33 loc) · 965 Bytes

ChatApp

Overview

ChatApp is a real-time chat application built with React Native and Firebase. It features Firebase Authentication for user management and Firestore for real-time chat functionality. Users can sign up, log in, and send messages in real time.

Prerequisites

Make sure you have the following installed on your machine:

  • Node.js (v18 or later)

Getting Started

Follow these steps to get the project up and running on your local machine:

  1. Clone the Repository
git clone https://github.com/ahmadzraiq/chatapp-task.git
cd chatapp-task
  1. Install Dependencies
npm install
  1. Login to Expo

Run the following command to login to Expo with the provided credentials:

npx expo login
  1. Run the Project
  • To start the app on iOS:
npm run ios
  • To start the app on Android:
npm run android