Skip to content

Latest commit

 

History

History
73 lines (56 loc) · 1.85 KB

File metadata and controls

73 lines (56 loc) · 1.85 KB

Flutter Firebase Data Input and Retrieval App

App Screenshot 1 App Screenshot 2

Table of Contents

Features

  • User-friendly input form for data entry.
  • Real-time retrieval and display of entered data.
  • Firebase backend for efficient data storage.
  • Responsive design for seamless usage on various devices.
  • Clean and well-organized Flutter codebase.
  • Easy-to-understand and customizable for your needs.

Installation

  1. Clone this repository.

    git clone https://github.com/HiBorn4/Alumni_Connect
  2. Change directory to your project folder.

    cd Alumni-Connect
  3. Install the required dependencies.

    flutter pub get
  4. Set up Firebase for your project:

    • Create a Firebase project on the Firebase Console.
    • Generate and download your google-services.json file.
    • Place the google-services.json file in the android/app directory.
  5. Run your app:

    flutter run

Technologies

  • Flutter: Google's UI toolkit for building natively compiled applications.
  • Firebase: Google's mobile and web application development platform.

License

Distributed under the MIT License. See LICENSE for more information.

Contact Me