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.
- 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.
- React.js
- react-icons
- spotify-web-api-js
- react-loading-skeleton
-
Clone the repository:
git clone https://github.com/AdarshTheki/Web-Music-Player.git
-
Navigate to the project directory:
cd Web-Music-Player
-
Install dependencies:
npm install
-
Run the development server:
npm run dev
-
Open the application in your browser at http://localhost:3000.
- 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.
Contributions are welcome! Please feel free to submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.