Skip to content

AAC-Open-Source-Pool/BikerX

Repository files navigation

Table of Contents

Introduction

BikerX represents an advanced mobile application tailored for the meticulous management of motorcycle maintenance, catering to the diverse needs of motorcycle enthusiasts. This user-centric platform features an intuitive interface, facilitating the seamless scheduling of routine maintenance appointments, tracking comprehensive service histories, and issuing timely reminders for critical tasks. BikerX, thus, ensures the continuous optimal performance and longevity of users' motorcycles with minimal effort.

Requirements

pinput 3.0.1
firebase storage 11.2.7
geocoding 2.0.5
provider 6.0.5
flutter_credit_card 11.2.7

How to use

  1. Clone this repo.
  • git clone https://github.com/AAC-Open-Source-Pool/BikerX.git
    
  1. Install the required libraries from Requirements
  2. Execute the python script
  3. Add star to this repo if you liked it 😄

Contribution

This section provides instructions and details on how to submit a contribution via a pull request. It is important to follow these guidelines to make sure your pull request is accepted.

  1. Before choosing to propose changes to this project, it is advisable to go through the readme.md file of the project to get the philosphy and the motive that went behind this project. The pull request should align with the philosphy and the motive of the original poster of this project.
  2. To add your changes, make sure that the programming language in which you are proposing the changes should be same as the programming language that has been used in the project. The versions of the programming language and the libraries(if any) used should also match with the original code.
  3. Write a documentation on the changes that you are proposing. The documentation should include the problems you have noticed in the code(if any), the changes you would like to propose, the reason for these changes, and sample test cases. Remember that the topics in the documentation is strictly not limited to the topics aforementioned, but are just an inclusion.
  4. Submit a pull request via Git etiquettes