Skip to content

Bus booking app which implemented for UEE module project in SLIIT 3rd year first semester.

Notifications You must be signed in to change notification settings

SadeeshaPerera/bus_booking_app

Repository files navigation

BGLK -- Bus Booking Application

This is a mobile application designed to streamline the process of booking a desired bus option.

Main Features

  1. Bus Schedule and Tracking Feature
  2. Bus Booking Feature
  3. Bus Help and Safety Feature
  4. Bus News and Alerts Feature

Tech Stack

  • Flutter: For building the cross-platform mobile application.
  • Dart: The programming language used by Flutter.
  • Firebase: For backend services including authentication, database, and storage.

Installation

To get started with this project, follow these steps:

  1. Clone the repository:
    git clone https://github.com/SadeeshaPerera/bus_booking_app.git
  2. Navigate to the project directory:
    cd bus_booking_app
  3. Install dependencies:
    flutter pub get
  4. Run the app:
    flutter run

Contributing

Please follow these steps to contribute:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Make your changes.
  4. Commit your changes (git commit -m 'Add some feature').
  5. Push to the branch (git push origin feature-branch).
  6. Open a pull request.