vijaygojiya / Musify-

music player app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Musify Player App (React Native)

This is a Music Player app built using React Native. It allows users to browse and play music tracks on their mobile devices. The app provides a user-friendly interface with essential features for managing and enjoying music.

Features (in progress)

  • Browse and search music tracks
  • Play, pause, skip, and control playback
  • Create and manage playlists
  • Shuffle and repeat modes
  • Adjust volume and audio settings
  • Display track information and album artwork
  • Background playback
  • Integration with device media library

Prerequisites

Before running the app, ensure that you have the following installed:

  • Node.js
  • React Native CLI
  • Android Studio (for Android development) or Xcode (for iOS development)

Getting Started

🔨 Installation

Firstly, install dependencies using yarn

git clone https://github.com/vijaygojiya/Musify.git
cd Musify
yarn
npx pod-install

🚗 Usage

Start the application

npx react-native run-ios # for ios
npx react-native run-android # for android

License This project is licensed under the MIT License. See the LICENSE file for more details.

About

music player app


Languages

Language:JavaScript 67.6%Language:TypeScript 30.5%Language:Java 1.1%Language:Ruby 0.3%Language:Objective-C 0.3%Language:Objective-C++ 0.2%