Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rohitdash08/spotify_clone
https://github.com/rohitdash08/spotify_clone
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rohitdash08/spotify_clone
- Owner: rohitdash08
- License: mit
- Created: 2023-12-30T02:48:08.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-31T04:29:36.000Z (about 1 year ago)
- Last Synced: 2024-01-01T03:44:14.151Z (about 1 year ago)
- Language: JavaScript
- Size: 532 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Spotify Clone App
This project is a simple Spotify Player built with React. It allows users to log in with their Spotify account, view playlists, and play music.
## Features
- User authentication using the Spotify API.
- Display user playlists and the Discover Weekly playlist.
- Play music and control playback.## Technologies Used
- React
- React Context API
- Spotify Web API
- Material-UI## Screenshots
![Homepage](./Screenshots/image_1.png)
## How to Run
1. Clone this repository to your local machine.
```bash
git clone https://github.com/rohitdash08/Spotify_clone
```2. Navigate to the project directory.
- cd spotify
3. Install dependencies.
- npm install
- npm start