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.
- 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
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)
Firstly, install dependencies using yarn
git clone https://github.com/vijaygojiya/Musify.git
cd Musify
yarn
npx pod-install
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.