A Basic music player app built using React Native. This project is inspired by Spotify and serves as a learning project. The app currently includes a hardcoded data set and only features a player screen.
- Basic music player interface
- Play/Pause functionality
- Display of song title, artist, and album art
- Clone the repository:
git clone https://github.com/Darkx-dev/music-player-react-native.git
- Navigate to the project directory:
cd music-player-react-native
- Install the dependencies:
npm install
- Run the app on an emulator or connected device:
npm start
- Launch the app on your emulator or device.
- The player screen will display a song title, artist, and album art.
- Use the play/pause button to control the music playback.
This project was built to learn and understand the basics of React Native, including:
- Setting up a React Native environment
- Creating and styling components
- Managing state and props
- Handling user interactions
This project was built with the guidance of Hitesh Choudhary's tutorials. Check out his YouTube channel for more awesome content: HiteshCodeLab and his GitHub: hiteshchoudhary.
This project is licensed under the MIT License.