Music Playlist App is an application that integrates with the Spotify API to fetch and display users' playlists. This project was developed to enhance skills in working with APIs and to provide a convenient way for users to view their Spotify playlists.
-
Clone the repository:
git clone https://github.com/HTLA380/Music-App-Using-Spotify-Api.git
-
Navigate to the project directory:
cd Music-App-Using-Spotify-Api
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
To start using the Music Playlist App:
- Ensure you have a Spotify account and the Spotify application is open.
- Follow the installation instructions to set up the app.
- Navigate to the app in your browser (usually at
http://localhost:3000
). - Log in with your Spotify account to access and manage your playlists.
- User Authentication with Spotify: Securely log in with your Spotify account.
- Dynamic Songs Playlist: View and interact with your Spotify playlists dynamically.
This app uses the Spotify API. To use this app, you need a Spotify account and must have the Spotify application open to ensure proper functionality.
Login Page
Home Page