You can download the app from here:
https://drive.google.com/file/d/1mIQagq6YCeqRbovEp6HDd9muBx39KQ5r/view?usp=sharing
In order to contribute to the project, you need to follow the steps below:
(You can skip steps 3 and 4 if you won't be testing the 'Add a request' feature)
- Download and setup Android Studio.
- Fork this repository and clone it.
- Generate a google maps api key
- Follow the Get an API Key guide to get an API key
- Enable billing on your project.(You won't be charged)
- Enable the Places API for your project.
- Replace "YOUR_API_KEY" in gradle.properties with the key generated in the above step.
- All set! Build the project and use the log in credentials below to log in.
Demo Login Credentials:
- For volunteer profile:
email: demo1@covolunteer.com
password: 12345678 - For people who need help profile:
email: demo2@covolunteer.com
password: 12345678
- Use the issue tracker here on GitHub to file bugs or feature requests.
- Before starting to work on an issue, ask to be assigned to that issue. Make sure that it is not already assigned to some one else.
- When working on issues make sure that you are working on your own fork of the repository.
- Create a new branch for every issue with issue name or number as branch name.
- Before making a pull request, run
git pull origin <branch_name>to pull changes from repository. - Make sure to squash your commits into a single commit
- Ensure good code style and practices.