Skip to content

Latest commit

 

History

History
46 lines (38 loc) · 1019 Bytes

README.md

File metadata and controls

46 lines (38 loc) · 1019 Bytes

Online Music Player

image

Description

A web-based music player application that allows users to search and play their favorite music tracks.

Features

  • Search for music tracks
  • Sleep timer
  • Play, pause, and skip tracks
  • Responsive design

Technologies Used

  • HTML
  • CSS
  • JavaScript
  • Google Fonts
  • Font Awesome

Getting Started

Prerequisites

  • A web browser (e.g., Chrome, Firefox)

Installation

  1. Clone the repository:
    git clone https://github.com/your-username/music-player.git
  2. Navigate to the project directory:
    cd music-player

Usage

  1. Open index.html in your web browser:
    open index.html

Contributing

  1. Fork the repository
  2. Create a new branch (git checkout -b feature-branch)
  3. Commit your changes (git commit -m 'Add some feature')
  4. Push to the branch (git push origin feature-branch)
  5. Create a new Pull Request