Skip to content

Purple Music Player is a basic music player app built using React Native. Inspired by Spotify, this app serves as a learning project and features hardcoded data. It includes a player screen that displays song titles, artists, and album art, along with play/pause functionality. The app is designed to help understand the fundamentals of React Native,

Notifications You must be signed in to change notification settings

Darkx-dev/music-player-react-native

Repository files navigation

Screenshot

Purple Music Player

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.

Table of Contents

Features

  • Basic music player interface
  • Play/Pause functionality
  • Display of song title, artist, and album art

Installation

  1. Clone the repository:
    git clone https://github.com/Darkx-dev/music-player-react-native.git
  2. Navigate to the project directory:
    cd music-player-react-native
  3. Install the dependencies:
    npm install
  4. Run the app on an emulator or connected device:
    npm start

Usage

  • 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.

Learnings

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

Credits

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.

License

This project is licensed under the MIT License.

About

Purple Music Player is a basic music player app built using React Native. Inspired by Spotify, this app serves as a learning project and features hardcoded data. It includes a player screen that displays song titles, artists, and album art, along with play/pause functionality. The app is designed to help understand the fundamentals of React Native,

Resources

Stars

Watchers

Forks

Packages

No packages published