1
- # MIT G #23 - California Group 🌴
1
+ # MIT G #23 - California Group 🌉
2
+ <!-- markdownlint-disable MD033 -->
3
+ <div style =" text-align : left ; margin-bottom : 20px ;" >
4
+ <img src="assets\California intro.gif"
5
+ alt="Description of the GIF" style="width: 800px;">
6
+ </div >
2
7
3
- Welcome!
8
+ ** Welcome!**
9
+
10
+ ![ alt text] ( < assets/Welcome to California.gif > )
4
11
5
12
We are proudly part of the ** MIT Computer and Data Science Foundations Track _ 2024-2025_ ** .
6
13
@@ -12,7 +19,7 @@ Our shared commitment to growth and development empowers
12
19
each member to contribute and learn from collective experiences, ensuring we work
13
20
together effectively to achieve success.
14
21
15
- ## Meet the Team
22
+ ## Meet the Team 🌞🌴
16
23
17
24
Each member brings something special to the table.
18
25
@@ -29,12 +36,20 @@ Each member brings something special to the table.
29
36
one line of code at a time. 💻✨
30
37
- [ ** Sadam:** ] ( https://github.com/Urz1 ) Turning data into dreams with
31
38
the power of AI & ML 🤖✨
32
- - [ ** Ibrahim:** ] ( https://github.com/Ibrahim-Elmisbah )
33
- - [ ** Anyak:** ] ( https://github.com/Anyak7 ) Technology is the future, and we are the builders. Let's code, learn, and grow together!
39
+ - [ ** Ibrahim:** ] ( https://github.com/Ibrahim-Elmisbah ) Obsessed with creating and
40
+ spotting logical fallacies 🤓🔍🧠
41
+ - [ ** Anyak:** ] ( https://github.com/Anyak7 ) Technology is the future,
42
+ and we are the builders. Let's code, learn, and grow together!
43
+
44
+ ## About This Repository 🏄
34
45
35
- ## About This Repository
46
+ ![ alt text ] ( < assets/california-flag 2.gif > ) ![ alt text ] ( < assets/california-flag 2.gif > ) ![ alt text ] ( < assets/california-flag 2.gif > )
36
47
37
- This repository is a culmination of our journey through three key milestones:
48
+ This repository is part of the MIT Emerging Talent - Foundation Track program.
49
+ It is a dedicated space for learning and practicing Python programming,
50
+ as well as improving skills in documentation, testing,
51
+ and code review to build a strong foundation in software development.
52
+ We achieve this culmination through three key milestones:
38
53
39
54
### 🚀 Project Kick-Off
40
55
@@ -67,10 +82,36 @@ To run all available _unittests_, execute the following from the root directory:
67
82
python -m unittest discover -v
68
83
```
69
84
85
+ ____
86
+
87
+ ## Repo Structure
88
+
89
+ ``` plaintext
90
+ MIT-Emerging-Talent-Foundation-Track/
91
+ ├── .github/
92
+ ├── .vscode/
93
+ ├── assets/
94
+ ├── collaboration/
95
+ │ ├── guide/
96
+ │ ├── Communication.md
97
+ │ ├── Constraints.md
98
+ │ ├── Learning_goals.md
99
+ │ ├── README.md
100
+ │ ├── Retrospective.md
101
+ ├── solutions/
102
+ │ ├── tests/
103
+ ````
104
+
70
105
_Doctests_ are embedded within the scripts and can be run directly in
71
106
**Python** for quick checks.
72
107
73
108
## License
74
109
75
110
This project is licensed under the MIT License.
76
111
For more details, see the `LICENSE` file.
112
+ ___
113
+
114
+ <div style="display: flex; justify-content: left;">
115
+ <img src="assets\california-beach.gif"
116
+ alt="Description of the GIF" style="width: 600px;">
117
+ </div>
0 commit comments