/Chatterly

Chatterly is a simple chat app built using Flutter and Firebase. It allows users to send and receive messages in real-time. This app demonstrates how to implement authentication, messaging, and basic UI using Flutter and Firebase services.

Primary LanguageDart

Chatterly - Simple Chat App

Chatterly is a simple chat app built using Flutter and Firebase. It allows users to send and receive messages in real-time. This app demonstrates how to implement authentication, messaging, and basic UI using Flutter and Firebase services.

Features

  • Secure user authentication using Firebase Authentication.
  • Real-time messaging using Firebase Cloud Firestore.
  • Simple and intuitive user interface.
  • Send and receive messages instantly.

App Walk-though


Getting Started

Follow these instructions to set up and run the Chatterly app on your local machine.

Prerequisites

Installation

  1. Clone the repository:

    https://github.com/jcblanc2/Chatterly.git
    
  2. Navigate to the project directory:

    cd chatterly
    
  3. Install dependencies:

    flutter pub get
    
  4. Create a Firebase project and configure the app:

  5. Run the app:

    flutter run