forked from MIT-Emerging-Talent/ET6-practice-code-review
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
hectordacb
committed
Dec 30, 2024
1 parent
e2babe4
commit 7cf5f27
Showing
1 changed file
with
114 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,114 @@ | ||
# Coding Pioneers United - Team repository | ||
|
||
Welcome to our team! Our group thrives on mutual trust, open communication, and | ||
respect, fostering a collaborative environment where every member’s ideas and | ||
contributions are valued. We aim to work efficiently and harmoniously by balancing | ||
creativity and critical thinking, supporting one another to achieve our shared goals | ||
while maintaining a culture of accountability and care. | ||
|
||
## Meet the Team | ||
|
||
<!-- markdownlint-disable-next-line MD033 --> | ||
<div style="display: flex; flex-wrap: wrap; justify-content: center; gap: 20px;"> | ||
|
||
<!-- markdownlint-disable-next-line MD033 --> | ||
<div style="text-align: center;"> | ||
<!-- markdownlint-disable-next-line MD033 --> | ||
<img src="https://avatars.githubusercontent.com/u/189562848?v=4" | ||
alt="Ana Isabel Murillo" style="width: 100px; height: 100px; border-radius: 50%;"> | ||
<!-- markdownlint-disable-next-line MD033 --> | ||
<p><a href="https://github.com/AnaiMurillo">Ana Isabel Murillo</a></p> | ||
</div> | ||
|
||
<!-- markdownlint-disable-next-line MD033 --> | ||
<div style="text-align: center;"> | ||
<!-- markdownlint-disable-next-line MD033 --> | ||
<img src="https://avatars.githubusercontent.com/u/188538629?v=4" | ||
alt="Chrismy Augustin" style="width: 100px; height: 100px; border-radius: 50%;"> | ||
<!-- markdownlint-disable-next-line MD033 --> | ||
<p><a href="https://github.com/likechrisss">Chrismy Augustin</a></p> | ||
</div> | ||
|
||
<!-- markdownlint-disable-next-line MD033 --> | ||
<div style="text-align: center;"> | ||
<!-- markdownlint-disable-next-line MD033 --> | ||
<img src="https://avatars.githubusercontent.com/u/92646899?v=4" | ||
alt="Cliforde Exael" style="width: 100px; height: 100px; border-radius: 50%;"> | ||
<!-- markdownlint-disable-next-line MD033 --> | ||
<p><a href="https://github.com/Lastrophysicien">Cliforde Exael</a></p> | ||
</div> | ||
|
||
<!-- markdownlint-disable-next-line MD033 --> | ||
<div style="text-align: center;"> | ||
<!-- markdownlint-disable-next-line MD033 --> | ||
<img src="https://avatars.githubusercontent.com/u/115899276?v=4" | ||
alt="Hector Colmenares" style="width: 100px; height: 100px; border-radius: 50%;"> | ||
<!-- markdownlint-disable-next-line MD033 --> | ||
<p><a href="https://github.com/hectordacb">Hector Colmenares</a></p> | ||
</div> | ||
|
||
<!-- markdownlint-disable-next-line MD033 --> | ||
<div style="text-align: center;"> | ||
<!-- markdownlint-disable-next-line MD033 --> | ||
<img src="https://avatars.githubusercontent.com/u/189242306?v=4" | ||
alt="Jeampierr Jiménez" style="width: 100px; height: 100px; border-radius: 50%;"> | ||
<!-- markdownlint-disable-next-line MD033 --> | ||
<p><a href="https://github.com/Jeampierr1102">Jeampierr Jiménez</a></p> | ||
</div> | ||
|
||
<!-- markdownlint-disable-next-line MD033 --> | ||
<div style="text-align: center;"> | ||
<!-- markdownlint-disable-next-line MD033 --> | ||
<img src="https://avatars.githubusercontent.com/u/86928180?v=4" | ||
alt="Ramon Colmenares" style="width: 100px; height: 100px; border-radius: 50%;"> | ||
<!-- markdownlint-disable-next-line MD033 --> | ||
<p><a href="https://github.com/RamonColmenares">Ramon Colmenares</a></p> | ||
</div> | ||
|
||
<!-- markdownlint-disable-next-line MD033 --> | ||
<div style="text-align: center;"> | ||
<!-- markdownlint-disable-next-line MD033 --> | ||
<img src="https://avatars.githubusercontent.com/u/189634607?v=4" | ||
alt="Semira Tesfai" style="width: 100px; height: 100px; border-radius: 50%;"> | ||
<!-- markdownlint-disable-next-line MD033 --> | ||
<p><a href="https://github.com/usuario7">Semira Tesfai</a></p> | ||
</div> | ||
|
||
</div> | ||
|
||
## Project Progress | ||
|
||
We track our progress using the | ||
[GitHub Kanban Board](https://github.com/orgs/MIT-Emerging-Talent/projects/104). | ||
Here's a quick look at our board in action: | ||
|
||
![Kanban Board Preview](assets\kabanboard04.gif) | ||
|
||
## Technologies & Tools 🛠️ | ||
|
||
- **Languages:** Python | ||
- **Frameworks/Libraries:** Unittest | ||
- **Documentation:** Markdown | ||
- **Version Control:** Git, GitHub | ||
- **Other Tools:** VS Code | ||
|
||
## Getting Started 🚀 | ||
|
||
Before cloning this repository, make sure you have Git | ||
installed and are signed into your GitHub account. | ||
|
||
### Clone the Repository | ||
|
||
1. Open your terminal (Command Prompt, Git Bash, or terminal of choice). | ||
|
||
2. Clone the repository using either SSH or HTTPS. | ||
|
||
**Using SSH**: | ||
|
||
```bash | ||
git clone [email protected]:MIT-Emerging-Talent/ET6-foundations-group-04.git | ||
|
||
## Contributing | ||
|
||
Please refer to our [Contributing Guide](CONTRIBUTING.md) for information | ||
on how to contribute to this project. |