Skip to content

Latest commit

 

History

History
92 lines (63 loc) · 2.43 KB

README.md

File metadata and controls

92 lines (63 loc) · 2.43 KB

GetBusy

GetBusy is an android application that allows users to search for an activity when bored or do a quiz. The instructions of doing the activity are clearly highlighted to make sure that the user will have an easy time whie performing it.

Contributors

  • Mutheu Linet - Scrum Master
  • Maryanne Njuguna
  • Collins Odinga
  • Joshua Musau
  • Charles Muvaka

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/MutheuLinet/Get_Busy.git
      $ cd ../path/to/the/file
    
    

Built With

  • Android Framework
  • Java 11

Dependencies

  • Java
  • Espresso Testing Framework
  • Roboelectric Testing Framework
  • JUnit Testing Framework
  • Retrofit
  • Gson Converter
  • Firebase

Contributing

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

Authors

  • Mutheu Linet - Initial work - LinkedIn
  • Maryanne Njuguna - Initial work - LinkedIn
  • Collins Odinga - Initial work - LinkedIn
  • Joshua Musau - Initial work - LinkedIn
  • 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