NOTE: this project is dead, but I may pick it up again if I'm free since the idea is still cool.
Jam tunes with your friends! Muze can be thought of as a Netflix Party for music. The idea is to create 'rooms' which your friends can join and send music to. Anyone can play/pause a track which will then be play/paused for everyone in realtime.
Muze is my personal project inspired by social distancing norms during the 2020 Coronavirus pandemic. I can't listen to music with my friends anymore and this app aims to solve that!
I've made a simple prototype of the app on Figma, which you can view here. I'm not a designer, so if you would like to improve it, please contact me!
To build and run the app on your device, do the following:
- Install Flutter by following the instructions on their website.
- Fork/clone this repo to your computer using
git clone https://github.com/urmilshroff/muze.git
. - Create a Firebase project from the console and set it up for Android/iOS.
- Connect your devices/emulators and run the app using
flutter run
in the root of the project directory.
The app is made using Flutter with Provider for state management and as much modularity as possible in an effort to follow clean architecture practices. The backend is Firebase and local storage uses Hive. There is a lot of scope for improvement, so contributions are more than welcome!
The frontend of the app is 100% open source and I'd love if you could contribute to it! Please see the contributing guidelines for more details.
Muze is licensed under the MIT License - see the license file to learn more.