In my senior year, I worked with several other students on a project for EECS 441: Mobile App Development for Entrpreneurs. Our semester project was an iOS app for social media with a focus on music. Users can create posts as on many other social media platforms, but our app is unique because each post has a song attached to it. We also included a feature to recommend songs to users. The recommendation algorithm uses sentiment analysis to determine whether a user likes or dislikes a song they post about based on what they said in the post, and then it recommends songs with similar artists, genres, and acoustic attributes to those the user is known to enjoy.
I was the front-end sub-team manager for this project. While a good portion of my work was designing the app's user interface and writing Swift code, I also managed two students who were on the front-end sub-team with me. Duties as a sub-team manager included meeting with other sub-team managers, coordinating my own sub-team, and tracking our progress in an agile development board. Toward the end of the project, I also contributed to the comprehensive documentation on our project's GitHub Wiki.