The Girl Code is a multidisciplinary team of women committed to building tech solutions with a social impact. Our project bridges technical skills, critical thinking, effective communication, and empathy to address health-related challenges in innovative and meaningful ways.
We believe in the power of collaboration, mutual respect, and ethical development. We aim to use technology as a tool for well-being, creating tools that make a real difference in people’s lives.
Note: This section will be completed as we define the problem, conduct research, and move forward with planning.
Placeholder: A problem-statement based on our personal experiences.
Find our literature review and research documents in the 0_domain_research
folder.
Placeholder: Our team’s current understanding of the problem space (bonus points for systems thinking!).
Placeholder: A clear, actionable research question shaped by real-world constraints and context.
This will include:
- Group norms
- Learning goals
- Constraints
- Communication plan
Name | GitHub | |
---|---|---|
Safaa Osman | safaabuzaid | |
Reem Osama | reunicorn1 | |
Solara Hamza | Solarahamza | |
Aseel AbuKmail | Aseel-AbuKmail | |
Ana Isabel Murillo | AnaiMurillo |
We manage our workflow using the GitHub Projects board. You can follow our progress here:
- Main Language: Python
- Testing Framework:
unittest
- Version Control: Git + GitHub
- Editor: Visual Studio Code
- Documentation: Markdown
- Other Tools: To be defined
Before cloning this repository, make sure you have Git installed and are signed into your GitHub account.
-
Open your terminal (Command Prompt, Git Bash, or terminal of choice).
-
Clone the repository using either SSH or HTTPS.
Using SSH:
git clone git@github.com:MIT-Emerging-Talent/ET6-CDSP-group-16-repo.git
-
Open your terminal (Command Prompt, Git Bash, or terminal of choice).
-
Navigate to the project directory:
cd ET6-CDSP-group-16
-
Run the tests using:
python -m unittest
Please refer to our Contributing Guide for information on how to contribute to this project.