Skip to content

Latest commit

 

History

History
61 lines (42 loc) · 1.71 KB

README.md

File metadata and controls

61 lines (42 loc) · 1.71 KB

Web Music Player

This is a Spotify clone built using React.js. It mimics some of the basic features of the Spotify web application, allowing users to explore music, view recent play tracks, albums, playlists, artists, and tracks.

Features

  • Login and Navigation: Users can log in to their Spotify account and navigate through various pages.
  • Home: Users can explore recommended playlists and new releases.
  • Recent Play Tracks: Users can view their recently played tracks.
  • Albums: Users can browse through albums and view details.
  • Playlists: Users can discover playlists and view details.
  • Artists: Users can explore artists and their works.
  • Tracks: Users can search for tracks and play them.
  • Sidebar: Users can access different sections of the application from the sidebar.

Technologies Used

  • React.js
  • react-icons
  • spotify-web-api-js
  • react-loading-skeleton

Installation

  1. Clone the repository:

    git clone https://github.com/AdarshTheki/Web-Music-Player.git
  2. Navigate to the project directory:

    cd Web-Music-Player
  3. Install dependencies:

    npm install
  4. Run the development server:

    npm run dev
  5. Open the application in your browser at http://localhost:3000.

Usage

  • Log in with your Spotify account.
  • Navigate through different sections using the sidebar.
  • Explore recommended playlists, new releases, recent play tracks, albums, artists, and tracks.

Contributing

Contributions are welcome! Please feel free to submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.