Skip to content

Dive into a world where your music journey is as dynamic as you are! Muzika is not just another app—it's your personal music companion that evolves with you.

License

Notifications You must be signed in to change notification settings

imkkapoor/muzika

Repository files navigation

Welcome to Muzika

Dive into a world where your music journey is as dynamic as you are! Muzika is not just another app—it's your personal music companion that evolves with you 🎶

App Screenshot



Features

💡 Discover a New Beat 💡

Muzika harnesses the power of Spotify's cutting-edge recommendation algorithm to bring you a personalized music experience. From your recent songs to your favorite genres and beyond, Muzika crafts a playlist that's uniquely yours.

🔄 Endless Exploration 🔄

Swipe, scroll, and explore endlessly with our infinite scrolling feature. Every swipe brings you closer to discovering new tunes that align with your evolving musical taste.

App Screenshot

App Screenshot

App Screenshot



🎤 Engage & Connect 🎤

Share your musical thoughts with comments, and dive into discussions with fellow music lovers. With a sleek commenting system and intuitive replies, Muzika transforms your listening experience into a vibrant community. This feature has been a major hit on Reddit, enhancing user engagement and interaction.

App Screenshot



🎸 Curated Just for You 🎸

Select up to 5 favorite genres and watch as Muzika refines its recommendations. Your music world expands with each genre you choose, ensuring that you always have fresh tracks to discover.

App Screenshot



🎧 Seamless Playback 🎧

Enjoy high-quality audio playback and detailed song information with our custom bottom sheets. Whether you're in the mood for a deep dive into a song or just want to enjoy seamless playback, Muzika has you covered.

Installation

  1. Clone the repository:

    git clone https://github.com/imkkapoor/muzika.git
    cd muzika
  2. Install dependencies:

    npm install
  3. Set up environment variables:

    Create a .env file in the root of the project with your Spotify API and Firebase configuration. To get your Spotify credentials, you'll need to set up a Spotify Developer Account and create an application to obtain your credentials:

    CLIENT_ID=your_spotify_client_id
    CLIENT_SECRET=your_spotify_client_secret
    REDIRECT_URI=your_redirect_uri
    
    FIREBASE_API_KEY=your_firebase_api_key
    FIREBASE_AUTH_DOMAIN=your_firebase_auth_domain
    FIREBASE_PROJECT_ID=your_firebase_project_id
    FIREBASE_STORAGE_BUCKET=your_firebase_storage_bucket
    FIREBASE_MESSAGING_SENDER_ID=your_firebase_messaging_sender_id
    FIREBASE_APP_ID=your_firebase_app_id
    FIREBASE_MEASUREMENT_ID=your_firebase_measurement_id
    
    
  4. Firebase Setup:

    • Set up Firebase Firestore with two base collections:
      • users: To store user profiles and related data.
      • songs: To store song information and comments. Each song should have a comments sub-collection, with comments potentially having a reply sub-collection.
  5. Run the app:

    expo start

Work in Progress 🛠️

  • Caching Data

    Currently, I am working on implementing a caching system to improve the app's performance.

  • Advanced Preferences

    I am also working on adding some advanced preferences to enhance user customization. These features will allow users to fine-tune their music recommendations and app settings according to their personal preferences, making the app even more tailored to individual needs.

  • Making/Designing a Logo

    I am in the process of creating a logo for the app, aiming to encapsulate its essence and make it visually appealing to users.

Contributing

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature/your-feature.
  3. Make your changes.
  4. Commit your changes: git commit -m 'Add some feature'.
  5. Push to the branch: git push origin feature/your-feature.
  6. Submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgements

About

Dive into a world where your music journey is as dynamic as you are! Muzika is not just another app—it's your personal music companion that evolves with you.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published