Skip to content

Commit d067197

Browse files
committed
Update Capstone Showcase Spring 2024 🎉
1 parent af9016f commit d067197

File tree

1 file changed

+68
-0
lines changed

1 file changed

+68
-0
lines changed

documentation/src/pages/showcase.mdx

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,74 @@
11
import Figure from "../components/Figure";
22

33
# Capstone Showcase ⭐️
4+
Welcome to the Capstone Showcase, where we proudly present the innovative projects developed by student groups from Temple University's CIS4398 capstone course. This course allows students to utilize the culmination of all their previous coursework and outside experience to build software as a team. This page highlights the exceptional documentation, presentation, and technical skills demonstrated in these collaborative efforts. Over 17 weeks, students tackle projects in diverse domains, from AI and accessibility to IoT and computer science education tools, using Agile methodologies and tools like Jira and GitHub. Many projects also involve hardware challenges, such as soldering and working with embedded systems. As a writing-intensive course, students thoroughly document their projects using Docusaurus. Explore these achievements and witness the future potential of these emerging professionals.
5+
6+
7+
## Spring 2024
8+
### BlastPad
9+
The BlastPad is a kid-friendly handheld gaming device and block-based coding suite that makes it easy to create, play, and share custom games. Existing products in the STEM teaching tools space struggle to balance both performance and ease-of-use, whereas the BlastPad will offer a good mix of both. Built around a small but mighty Raspberry Pi single-board computer, the device will be an all-in-one solution for learning to make games and playing them. The device will also feature a number of sensors for students to experiment with alongside buttons and switches found on traditional handheld consoles like the Nintendo Game Boy.
10+
11+
[![Documentation Website Link](https://img.shields.io/badge/-Documentation%20Website-brightgreen)](https://capstone-projects-2024-spring.github.io/project-blastpad/)
12+
[![Build Image](https://github.com/Capstone-Projects-2024-Spring/project-blastpad/actions/workflows/pi-build.yml/badge.svg)](https://github.com/Capstone-Projects-2024-Spring/project-blastpad/actions/workflows/pi-build.yml)
13+
14+
<Figure caption={"BlastPad Final Demo"}>
15+
<iframe width="560" height="315" src="https://www.youtube.com/embed/w5BaWx_9U6U?t=3527&si=bvTv9xImA7FDaYql&amp;start=3527" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
16+
</Figure>
17+
18+
<table>
19+
<tr>
20+
<td align="center">
21+
<a href="https://github.com/Snarr">
22+
<img src="https://avatars.githubusercontent.com/u/20634143?v=4" width="100;" alt="Snarr"/>
23+
<br />
24+
<sub><b>Jacob Snarr</b></sub>
25+
</a>
26+
</td>
27+
<td align="center">
28+
<a href="https://github.com/gummyfrog">
29+
<img src="https://avatars.githubusercontent.com/u/32652208?v=4" width="100;" alt="Neil"/>
30+
<br />
31+
<sub><b>Neil Conley</b></sub>
32+
</a>
33+
</td>
34+
<td align="center">
35+
<a href="https://github.com/Jeffin-J">
36+
<img src="https://avatars.githubusercontent.com/u/112404549?v=4" width="100;" alt="Jeffin"/>
37+
<br />
38+
<sub><b>Jeffin Johnykutty</b></sub>
39+
</a>
40+
</td>
41+
<td align="center">
42+
<a href="https://github.com/MWedee">
43+
<img src="https://avatars.githubusercontent.com/u/104322948?v=4" width="100;" alt="Mustafa Wedee"/>
44+
<br />
45+
<sub><b>Mustafa Wedee</b></sub>
46+
</a>
47+
</td>
48+
<td align="center">
49+
<a href="https://github.com/mustafamalik-tu">
50+
<img src="https://avatars.githubusercontent.com/u/144449116?v=4" width="100;" alt="Mustafa Malik"/>
51+
<br />
52+
<sub><b>Mustafa Malik</b></sub>
53+
</a>
54+
</td>
55+
<td align="center">
56+
<a href="https://github.com/tuk05348">
57+
<img src="https://avatars.githubusercontent.com/u/123013839?v=4" width="100;" alt="Niaz Baharudeen"/>
58+
<br />
59+
<sub><b>Niaz Baharudeen</b></sub>
60+
</a>
61+
</td>
62+
<td align="center">
63+
<a href="https://github.com/APM1015">
64+
<img src="https://avatars.githubusercontent.com/u/122992723?v=4" width="100;" alt="Aiden McGonagle"/>
65+
<br />
66+
<sub><b>Aiden McGonagle</b></sub>
67+
</a>
68+
</td>
69+
70+
</tr>
71+
</table>
472

573
## Fall 2023
674
### SmartSpeech

0 commit comments

Comments
 (0)