Skip to content

A concept implementation of an intergalactic space travel mobile application.

Notifications You must be signed in to change notification settings

tobijay666/QUADRA_CosmoVenture

Repository files navigation

CosmoVenture

A concept implementation of an intergalactic space-travel mobile application.

Getting Started

This project is a starting point for a Flutter application.

Here are a few resources to get you started if this is your first Flutter project:

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

How to run

Follow these steps to set up the Campus Connect app locally:

  1. Clone the Repository: Clone this repository to your local machine using:

    https://github.com/tobijay666/cosmoventure.git
    
  2. **Flutter Installation: ** Please make sure you install Flutter on your system. If not, follow the installation guide at Flutter Official Documentation.

  3. Dependencies: Navigate to the project directory and install the required dependencies:

    flutter pub get
    
    
  4. Firebase Setup: Cosmoventure uses Firebase for authentication and database. Create a new project on Firebase Console and replace the Firebase configuration in lib/config/firebase_config.dart.

  5. Run the App: Launch the app on an emulator or physical device using:

    flutter run
    

Tech Stack

  • Flutter: Frontend UI framework
  • Firebase: Authentication, Cloud Firestore database, Cloud Messaging
  • Dart: A programming language for Flutter