This is a Spotify clone app built using React, Redux, and Tailwind CSS. The app allows users to browse music, play music, see the lyrics, and view global and local charts and top artists.
To install the app, first clone the repository:
git clone https://github.com/engijlr/spotify-clone
Then install the dependencies:
cd spotify-clone
npm install
To start the app, run:
npm start
The app will be available at http://localhost:3000.
The app allows users to browse a list of songs and view details about individual songs, including the artist, album, and song lyrics.
The app includes a music player that allows users to play songs, control playback, and view the current song's lyrics.
Users can view global and local charts and top artists.
Contributions to the app are welcome! If you'd like to contribute, please fork the repository and create a pull request.