• This repository has been archived on 05/May/2020
  • Stars
    star
    117
  • Rank 300,069 (Top 6 %)
  • Language
    Java
  • License
    GNU General Publi...
  • Created about 9 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

PowerUp is an educational choose-your-own-adventure game that utilizes a users uploaded curriculum to empower pre-adolescents to take charge of their reproductive health. This is the Android version of the game.

Travis

PowerUp - Android

PowerUp is a female empowerment educational mobile game app that will allow young girls to learn about reproductive health and self-esteem by navigating the life of their avatar!

Setup for Developers

  1. Make sure you have downloaded the latest version of Android Studio. It works on Linux, Windows and Mac. Download the correct version for your OS.
  2. Go to the project repo and fork it by clicking "Fork"
  3. If you are working on Windows, download Git Bash for Windows to get a full Unix bash with Git functionality
  4. Clone the repo to your desktop git clone https://github.com/YOUR_USERNAME/powerup-android.git
  5. Open the project with Android Studio
  6. Fetch the latest version of code from branch "develop".
  7. Build a 'Powerup' application which is inside the base directory.

Configure remotes

When a repository is cloned, it has a default remote called origin that points to your fork on GitHub, not the original repository it was forked from. To keep track of the original repository, you should add another remote named upstream:

  1. Set the upstream:

    git remote add upstream https://github.com/systers/powerup-android.git

  2. Run git remote -v to check the status, you should see something like the following:

origin https://github.com/YOUR_USERNAME/powerup-android.git (fetch)

origin https://github.com/YOUR_USERNAME/powerup-android.git (push)

upstream https://github.com/systers/powerup-android.git (fetch)

upstream https://github.com/systers/powerup-android.git (push)

  1. To update your local copy with remote changes, run the following:

    git fetch upstream

    git rebase upstream/develop

    This will give you an exact copy of the current remote, make sure you don't have any local changes.

Contributing and developing a feature

  1. Make sure you are in the develop branch git checkout develop
  2. Create a new branch with a meaningful name git checkout -b branch_name
  3. Develop your feature on Android Studio and run it using the emulator or connecting your own Android device
  4. Clean your project from Android Studio Build/Clean project
  5. Add the files you changed git add file_name (avoid using git add .)
  6. Commit your changes git commit -m "Message briefly explaining the feature"
  7. Keep one commit per feature. If you forgot to add changes, you can edit the previous commit git commit --amend
  8. Push to your repo git push origin branch-name
  9. Go into the Github repo and create a pull request explaining your changes
  10. If you are requested to make changes, edit your commit using git commit --amend, push again and the pull request will edit automatically
  11. You will need to add a message on the pull request notifying your changes to your reviewer

Contributing Guidelines

Click here to find the contributing guidelines for the project and follow them before sending a contribution.

Documentation of PowerUp (Android)

Here's the link to the official documentation: Visit Documentation!

Coding Guidelines

  1. Don't use magic numbers or hard-coded strings. Put them in dimens.xml or strings.xml
  2. Class names should be in CamelCase. Name activities with names including Activity so it's easier to know what they are.
  3. Include spaces between parameters when you call a method for example: Intent(MainActivity.this, GameActivity.class).
  4. Give relevant names to buttons and other resources.
  5. Use @id instead of @+id when referring to resources that have been already created in xml files.

Contact Us

You can reach our community and its maintainers on AnitaB.org Open Source Zulip

If you are interested in contributing to the PowerUp application, we have a dedicated stream for this project where you can ask questions and interact with the community. Join with us on #powerup stream on Zulip.

More Repositories

1

mentorship-backend

Mentorship System is an application that matches women in tech to mentor each other, on career development, through 1:1 relations during a certain period of time. This is the backend of this system.
Python
195
star
2

mentorship-android

Mentorship System is an application that matches women in tech to mentor each other, on career development, through 1:1 relations during a certain period of time. This is the Android application of this project.
Kotlin
167
star
3

anitab-org.github.io

AnitaB.org Open Source website has information about our community, including our open source projects, participation in programs, events, and a few contribution guidelines.
JavaScript
151
star
4

portal

THIS PROJECT IS ARCHIVED. Systers Portal for communities.
Python
69
star
5

mentorship-flutter

THIS PROJECT IS ARCHIVED. Mentorship System is an application that matches women in tech to mentor each other, on career development, through 1:1 relations during a certain period of time. This is the Flutter version of this project.
Dart
60
star
6

bridge-in-tech-web

BridgeInTech (BIT) is an application that allows organizations, mentors and mentees to actively collaborate through mentoring programs. This is the frontend client of BridgeInTech.
JavaScript
57
star
7

anitab-forms-web

AnitaB Forms (web), an application to process smaller 4-week or full day programs to contribute to open source projects. Similar to GSoC, Outreachy, or RGSoC. This is the web app.
JavaScript
41
star
8

powerup-iOS

PowerUp is an educational choose-your-own-adventure game that utilizes a users uploaded curriculum to empower pre-adolescents to take charge of their reproductive health. This is the iOS version of the game.
Swift
40
star
9

bridge-in-tech-backend

BridgeInTech (BIT) is an application that allows organizations, mentors and mentees to actively collaborate through mentoring programs. This is the backend client of BridgeInTech.
Python
24
star
10

open-source-day

GHC Open Source Day (OSD)
JavaScript
18
star
11

documentation

Documentation writing at AnitaB.org Open Source organization level.
18
star
12

anitab-forms-backend

AnitaB Forms (backend), an application to process smaller 4-week or full day programs to contribute to open source projects. Similar to GSoC, Outreachy, or RGSoC. This is the backend app.
Python
18
star
13

mentorship-ios

THIS PROJECT IS ARCHIVED. Mentorship System is an application that matches women in tech to mentor each other, on career development, through 1:1 relations during a certain period of time. This is the iOS application of this project.
Swift
14
star
14

stem-diverse-tv

STEM Diverse TV is a project which gather and provide inspiring, motivating, informative, educational and supportive videos about diversity in STEM. This is a backend which provide content for multiple frontend applications build with Applicaster Zapp platform.
Python
13
star
15

powerup-scenario-builder

PowerUp Scenario Builder allows graphing and exporting question and answer tables for PowerUp, a text-adventure style mobile game by AnitaB.org Open Source.
JavaScript
6
star
16

powerup-story-designer

PowerUp Story Designer allows creating automated story sequences for PowerUp, a text-adventure style mobile game by AnitaB.org Open Source.
JavaScript
5
star
17

stem-diverse-tv-cms

CMS for managing content of STEM Diverse TV
TypeScript
4
star
18

.github

Default community health files
2
star
19

events

Repository with pages for our Open Source events/programs
CSS
2
star
20

2024-GHC-OSD

Repository for co-chairs and supporters to collaborate on tasks related to delivering the 2024 GHC Open Source Day event
JavaScript
2
star
21

vms

THIS PROJECT IS ARCHIVED. Volunteer Management System.
Python
1
star