Skip to content

ritwickrajmakhal/online-music-player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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