/MuvkinTours

A well maintained repo that contains files used in developing Muvkin Tours an android application that enables passengers to order food as they travel across Kenya.

Primary LanguageJavaMIT LicenseMIT

MuvkinTours

MuvkinTours is an android application that allows passengers to order food while they cruise through the kenyan highlands as they travel.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

  • Android Studio IDE
  • SDKMan - To handle different java versions.
  • Java 11

Installing

  • Fork the repo
  • Create a new branch
 $ git switch -c (improve-feature)
  • Make the required changes in the file.

  • Add changes to reflect the changes made.

  • Commit your changes.

    $ git commit -am (improve-feature)
    
  • Push to the branch

    $ git push origin (improve-feature)
    
  • Create a Pull Request

  • You can clone it it to your local machine to have it locally.

  • Clone this repository to a location in your file system.

  • Open terminal command line then navigate to the root folder of the application.

      $ git clone  https://github.com/CharlesMuvaka12345/heroSquad.git
      $ cd ../path/to/the/file
    
    

Built With

  • Android Framework
  • Java 11

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors

  • Charles Muvaka - Initial work - LinkedIn

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc