This started as a passion project for me, but has grown to have its own userbase!
This application is a social media platform specifically designed specifically for audio content. Users of our app are able to record and upload audio clips, which can include anything from voice memos and personal thoughts to music and other audio recordings. These audio clips are then shared with the user's friends or with the wider community of app users.
I Created the backend with firebase, which holds a database for users and posts as well as a storage container for audio files and profile pictures.
I then designed the entirety of the application with MVVM architecture, created all views, models and data models.