/muze

Jam tunes with your friends🎶

Primary LanguageDartMIT LicenseMIT

Muze logo

Muze

Stars Issues Build

NOTE: this project is dead, but I may pick it up again if I'm free since the idea is still cool.

About

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!

Prototype

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!

Muze prototype

Building

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.

Implementation

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!

Contributing

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.

License

Muze is licensed under the MIT License - see the license file to learn more.